X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fmaterials%2Frendermethod.h;h=9ac9337fe321989ca187ccce126fda422b363277;hp=9d9ae6725437161355c605250bb00128d95c26f9;hb=74a5bc6159d2c753786a5ef6bf785263cd0538f1;hpb=9c62dbb21e979d23c2e7cf0aff3746402718c7b2 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;