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...] |