jme3tools.converters.model
クラス FloatToFixed

java.lang.Object
  上位を拡張 jme3tools.converters.model.FloatToFixed

public class FloatToFixed
extends java.lang.Object


コンストラクタの概要
FloatToFixed()
           
 
メソッドの概要
static void compressIndexBuffer(Mesh mesh)
           
static void convertToFixed(Geometry geom, VertexBuffer.Format posFmt, VertexBuffer.Format nmFmt, VertexBuffer.Format tcFmt)
           
static VertexBuffer convertToFixed(VertexBuffer vb)
           
static VertexBuffer convertToFloat(VertexBuffer vb)
           
static VertexBuffer convertToUByte(VertexBuffer vb)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FloatToFixed

public FloatToFixed()
メソッドの詳細

convertToFixed

public static void convertToFixed(Geometry geom,
                                  VertexBuffer.Format posFmt,
                                  VertexBuffer.Format nmFmt,
                                  VertexBuffer.Format tcFmt)

compressIndexBuffer

public static void compressIndexBuffer(Mesh mesh)

convertToUByte

public static VertexBuffer convertToUByte(VertexBuffer vb)

convertToFixed

public static VertexBuffer convertToFixed(VertexBuffer vb)

convertToFloat

public static VertexBuffer convertToFloat(VertexBuffer vb)