com.threerings.opengl.geometry.config
Class GeometryConfig.AttributeArrayConfig
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.ClientArrayConfig
com.threerings.opengl.geometry.config.GeometryConfig.AttributeArrayConfig
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- GeometryConfig
public static class GeometryConfig.AttributeArrayConfig
- extends ClientArrayConfig
Describes an interleaved attribute array.
|
Field Summary |
String |
name
The name of the attribute. |
|
Method Summary |
boolean |
canMerge(ClientArrayConfig oarray)
Checks whether, all other things being equal, we can merge this array with the specified
other. |
name
public String name
- The name of the attribute.
GeometryConfig.AttributeArrayConfig
public GeometryConfig.AttributeArrayConfig(int size,
String name)
GeometryConfig.AttributeArrayConfig
public GeometryConfig.AttributeArrayConfig(int size,
int stride,
int offset,
FloatBuffer floatArray,
String name)
GeometryConfig.AttributeArrayConfig
public GeometryConfig.AttributeArrayConfig()
canMerge
public boolean canMerge(ClientArrayConfig oarray)
- Description copied from class:
ClientArrayConfig
- Checks whether, all other things being equal, we can merge this array with the specified
other.
- Overrides:
canMerge in class ClientArrayConfig
Copyright © 2011. All Rights Reserved.