Searched defs:ShadowSettings (Results 1 – 3 of 3) sorted by relevance
28 struct ShadowSettings { struct30 FloatRect boundaries = FloatRect();54 static inline bool operator==(const ShadowSettings& lhs, const ShadowSettings& rhs) { argument
107 struct ShadowSettings { struct109 vec4 ambientColor = vec4();113 vec4 spotColor = vec4();116 vec3 lightPos = vec3();120 float lightRadius = 0.f;123 float length = 0.f;127 bool casterIsTranslucent = false;
39 public class ShadowSettings { class