Searched refs:tmpLightDirection (Results 1 – 1 of 1) sorted by relevance
/external/jmonkeyengine/engine/src/core/com/jme3/material/ |
D | Material.java | 745 Quaternion tmpLightDirection = vars.quat1; in renderMultipassLighting() local 762 tmpLightDirection.set(0, 0, 0, 0); in renderMultipassLighting() 763 lightDir.setValue(VarType.Vector4, tmpLightDirection); in renderMultipassLighting() 772 tmpLightDirection.set(0, 0, 0, 0); in renderMultipassLighting() 773 lightDir.setValue(VarType.Vector4, tmpLightDirection); in renderMultipassLighting() 790 … tmpLightDirection.set(tmpVec.getX(), tmpVec.getY(), tmpVec.getZ(), spotAngleCos); in renderMultipassLighting() 792 lightDir.setValue(VarType.Vector4, tmpLightDirection); in renderMultipassLighting()
|