com.threerings.opengl.material.config
Class GeometryMaterial
java.lang.Object
com.threerings.opengl.material.config.GeometryMaterial
public class GeometryMaterial
- extends Object
Pairs a geometry config with a (resolved) material config.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
geometry
public final GeometryConfig geometry
- The geometry config.
material
public final MaterialConfig material
- The material config.
GeometryMaterial
public GeometryMaterial(GeometryConfig geometry,
MaterialConfig material)