Searched defs:tempF (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
H A DHDRLoader.java55 private final float[] tempF = new float[3]; field in class:HDRLoader
124 convertRGBEtoFloat(rgbe, tempF);
125 dataStore.putShort(FastMath.convertFloatToHalf(tempF[0]))
126 .putShort(FastMath.convertFloatToHalf(tempF[1])).
127 putShort(FastMath.convertFloatToHalf(tempF[2]));

Completed in 54 milliseconds