public final class VertexFormat
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Field and Description |
---|---|
static VertexFormat |
ALL |
static VertexFormat |
DEFAULT |
static VertexFormat |
POSITION_AND_NORMAL |
static VertexFormat |
POSITION_AND_ST |
static VertexFormat |
POSITION_NORMAL_AND_ST |
static VertexFormat |
POSITION_ONLY |
Modifier | Constructor and Description |
---|---|
protected |
VertexFormat() |
Modifier and Type | Method and Description |
---|---|
static VertexFormat |
create() |
boolean |
getBinormal() |
boolean |
getNormal() |
boolean |
getPosition() |
boolean |
getSt() |
boolean |
getTangent() |
static VertexFormat |
init(String constName) |
VertexFormat |
setBinormal(boolean binormal) |
VertexFormat |
setNormal(boolean normal) |
VertexFormat |
setPosition(boolean position) |
VertexFormat |
setSt(boolean st) |
VertexFormat |
setTangent(boolean tangent) |
public static final VertexFormat ALL
public static final VertexFormat DEFAULT
public static final VertexFormat POSITION_AND_NORMAL
public static final VertexFormat POSITION_AND_ST
public static final VertexFormat POSITION_NORMAL_AND_ST
public static final VertexFormat POSITION_ONLY
public static final VertexFormat init(String constName)
public static final VertexFormat create()
public VertexFormat setBinormal(boolean binormal)
public VertexFormat setNormal(boolean normal)
public VertexFormat setPosition(boolean position)
public VertexFormat setSt(boolean st)
public VertexFormat setTangent(boolean tangent)
public boolean getBinormal()
public boolean getNormal()
public boolean getPosition()
public boolean getSt()
public boolean getTangent()
Copyright © 2014. All rights reserved.