public class VertexData
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
float |
colorAlpha |
float |
colorBlue |
float |
colorGreen |
float |
colorRed |
java.lang.String |
id |
float |
normalX |
float |
normalY |
float |
normalZ |
float |
textcoorX |
float |
textcoorY |
float |
w |
float |
x |
float |
y |
float |
z |
| 构造器和说明 |
|---|
VertexData() |
VertexData(float x,
float y,
float z,
float colorRed,
float colorGreen,
float colorBlue,
float colorAlpha,
float normalX,
float normalY,
float normalZ) |
VertexData(java.lang.String id,
float x,
float y,
float z,
float colorRed,
float colorGreen,
float colorBlue,
float colorAlpha,
float normalX,
float normalY,
float normalZ) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
VertexData |
setColor(float ren,
float green,
float blue,
float alpha) |
VertexData |
setNormal(float x,
float y,
float z) |
VertexData |
setPosition(float x,
float y,
float z) |
VertexData |
setTextureCoord(float x,
float y) |
public final float w
public float x
public float y
public float z
public float colorRed
public float colorGreen
public float colorBlue
public float colorAlpha
public float textcoorX
public float textcoorY
public float normalX
public float normalY
public float normalZ
public java.lang.String id
public VertexData()
public VertexData(java.lang.String id,
float x,
float y,
float z,
float colorRed,
float colorGreen,
float colorBlue,
float colorAlpha,
float normalX,
float normalY,
float normalZ)
public VertexData(float x,
float y,
float z,
float colorRed,
float colorGreen,
float colorBlue,
float colorAlpha,
float normalX,
float normalY,
float normalZ)
public VertexData setPosition(float x, float y, float z)
public VertexData setColor(float ren, float green, float blue, float alpha)
public VertexData setTextureCoord(float x, float y)
public VertexData setNormal(float x, float y, float z)
public boolean equals(java.lang.Object o)
equals 在类中 java.lang.Objectpublic int hashCode()
hashCode 在类中 java.lang.Object