Uses of Class
com.threerings.opengl.geometry.config.GeometryConfig.Mode

Packages that use GeometryConfig.Mode
com.threerings.opengl.geometry.config Geometry configurations. 
 

Uses of GeometryConfig.Mode in com.threerings.opengl.geometry.config
 

Fields in com.threerings.opengl.geometry.config declared as GeometryConfig.Mode
 GeometryConfig.Mode GeometryConfig.Stored.mode
          The type of primitives to render.
 

Methods in com.threerings.opengl.geometry.config that return GeometryConfig.Mode
static GeometryConfig.Mode GeometryConfig.Mode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GeometryConfig.Mode[] GeometryConfig.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.threerings.opengl.geometry.config with parameters of type GeometryConfig.Mode
GeometryConfig.ArrayStored(Box bounds, GeometryConfig.Mode mode, GeometryConfig.AttributeArrayConfig[] vertexAttribArrays, ClientArrayConfig[] texCoordArrays, ClientArrayConfig colorArray, ClientArrayConfig normalArray, ClientArrayConfig vertexArray, int first, int count)
           
GeometryConfig.IndexedStored(Box bounds, GeometryConfig.Mode mode, GeometryConfig.AttributeArrayConfig[] vertexAttribArrays, ClientArrayConfig[] texCoordArrays, ClientArrayConfig colorArray, ClientArrayConfig normalArray, ClientArrayConfig vertexArray, int start, int end, ShortBuffer indices)
           
GeometryConfig.SkinnedIndexedStored(Box bounds, GeometryConfig.Mode mode, GeometryConfig.AttributeArrayConfig[] vertexAttribArrays, ClientArrayConfig[] texCoordArrays, ClientArrayConfig colorArray, ClientArrayConfig normalArray, ClientArrayConfig vertexArray, int start, int end, ShortBuffer indices, String[] bones)
           
GeometryConfig.Stored(Box bounds, GeometryConfig.Mode mode, GeometryConfig.AttributeArrayConfig[] vertexAttribArrays, ClientArrayConfig[] texCoordArrays, ClientArrayConfig colorArray, ClientArrayConfig normalArray, ClientArrayConfig vertexArray)
           
 



Copyright © 2011. All Rights Reserved.