com.threerings.opengl.material.config
Class MaterialConfig
java.lang.Object
com.threerings.util.DeepObject
com.threerings.config.ManagedConfig
com.threerings.config.ParameterizedConfig
com.threerings.opengl.material.config.MaterialConfig
- All Implemented Interfaces:
- ConfigUpdateListener<ManagedConfig>, Exportable, com.threerings.resource.ResourceManager.ModificationObserver, Copyable, Cloneable
public class MaterialConfig
- extends ParameterizedConfig
Describes a material.
| Methods inherited from class com.threerings.config.ManagedConfig |
addListener, configUpdated, getConfigManager, getInstance, getInstance, getInstance, getInstance, getName, init, removeListener, resourceModified, setName, updateFromSource |
implementation
@Editable
public MaterialConfig.Implementation implementation
- The actual material implementation.
MaterialConfig
public MaterialConfig()
getTechnique
public TechniqueConfig getTechnique(GlContext ctx,
String scheme)
- Finds a technique to render this material.
- Parameters:
scheme - the preferred render scheme to use.
Copyright © 2011. All Rights Reserved.