LightList
165166167168169170171172173174
*/ public Spatial() { localTransform = new Transform(); worldTransform = new Transform(); localLights = new LightList(this); worldLights = new LightList(this); refreshFlags |= RF_BOUND; }