Package | Description |
---|---|
com.threed.jpct |
Modifier and Type | Method and Description |
---|---|
VertexAttributes[] |
Mesh.getVertexAttributes()
Returns an array with all the currently assigned vertex attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
Mesh.addVertexAttributes(VertexAttributes attrs)
Adds some vertex attributes to this mesh.
|
Modifier and Type | Method and Description |
---|---|
void |
FrameBuffer.compileShader(GLSLShader shader,
java.util.List<VertexAttributes> attribs)
Compiles the shader and processes it's additional vertex attributes, if
those are used within this shader.
|