Home
last modified time | relevance | path

Searched refs:RF_LIGHTLIST (Results 1 – 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DSpatial.java121 RF_LIGHTLIST = 0x04; // changes in light lists field in Spatial
206 refreshFlags |= RF_LIGHTLIST; in setLightListRefresh()
432 refreshFlags &= ~RF_LIGHTLIST; in updateWorldLightList()
434 if ((parent.refreshFlags & RF_LIGHTLIST) == 0) { in updateWorldLightList()
436 refreshFlags &= ~RF_LIGHTLIST; in updateWorldLightList()
679 if ((refreshFlags & RF_LIGHTLIST) != 0) { in updateGeometricState()
DNode.java115 if ((child.refreshFlags & RF_LIGHTLIST) != 0) in setLightListRefresh()
160 if ((refreshFlags & RF_LIGHTLIST) != 0){ in updateGeometricState()
DBatchNode.java99 if ((refreshFlags & RF_LIGHTLIST) != 0) { in updateGeometricState()