HomeSort by relevance Sort by last modified time
    Searched full:byte2float (Results 1 - 1 of 1) sorted by null

  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
ImageBasedHeightMap.java 148 store.set(byte2float(buf.get()), byte2float(buf.get()), byte2float(buf.get()), byte2float(buf.get())); method
152 float a = byte2float(buf.get());
153 float b = byte2float(buf.get());
154 float g = byte2float(buf.get());
155 float r = byte2float(buf.get());
160 store.set(byte2float(buf.get()), byte2float(buf.get()), byte2float(buf.get()), 1); method
174 private float byte2float(byte b){ method in class:ImageBasedHeightMap
    [all...]

Completed in 66 milliseconds