HomeSort by relevance Sort by last modified time
    Searched refs:RF_LIGHTLIST (Results 1 - 3 of 3) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Node.java 115 if ((child.refreshFlags & RF_LIGHTLIST) != 0)
160 if ((refreshFlags & RF_LIGHTLIST) != 0){
Spatial.java 121 RF_LIGHTLIST = 0x04; // changes in light lists
206 refreshFlags |= RF_LIGHTLIST;
432 refreshFlags &= ~RF_LIGHTLIST;
434 if ((parent.refreshFlags & RF_LIGHTLIST) == 0) {
436 refreshFlags &= ~RF_LIGHTLIST;
679 if ((refreshFlags & RF_LIGHTLIST) != 0) {
    [all...]
BatchNode.java 99 if ((refreshFlags & RF_LIGHTLIST) != 0) {

Completed in 59 milliseconds