X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmaterials%2Frendermethod.h;h=9ac9337fe321989ca187ccce126fda422b363277;hb=0d94309bc07629feea62bd03837b6e21ccc15b6f;hp=9d9ae6725437161355c605250bb00128d95c26f9;hpb=190a7e11237351f6b730c28f7b16f183e8adc69c;p=libs%2Fgl.git diff --git a/source/materials/rendermethod.h b/source/materials/rendermethod.h index 9d9ae672..9ac9337f 100644 --- a/source/materials/rendermethod.h +++ b/source/materials/rendermethod.h @@ -85,7 +85,7 @@ private: const Material *material = 0; std::string material_slot; std::vector textures; - CullMode face_cull = CULL_BACK; + CullMode face_cull = NO_CULL; Blend blend; bool receive_shadows = false; bool image_based_lighting = false;