Home
last modified time | relevance | path

Searched defs:convertToFixed (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/
DFloatToFixed.java57 public static void convertToFixed(Geometry geom, Format posFmt, Format nmFmt, Format tcFmt){ in convertToFixed() method in FloatToFixed
144 private static void convertToFixed(FloatBuffer input, IntBuffer output){ in convertToFixed() method in FloatToFixed
195 public static VertexBuffer convertToFixed(VertexBuffer vb){ in convertToFixed() method in FloatToFixed