com.threerings.opengl.material.config
Class MaterialRewriter.Projection
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.material.config.MaterialRewriter
com.threerings.opengl.material.config.MaterialRewriter.Projection
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- MaterialRewriter
public static class MaterialRewriter.Projection
- extends MaterialRewriter
Creates projected versions of input techniques.
|
Field Summary |
boolean |
q
Whether or not to enable generation for each texture coordinate. |
boolean |
r
Whether or not to enable generation for each texture coordinate. |
boolean |
s
Whether or not to enable generation for each texture coordinate. |
boolean |
t
Whether or not to enable generation for each texture coordinate. |
s
@Editable(hgroup="t")
public boolean s
- Whether or not to enable generation for each texture coordinate.
t
@Editable(hgroup="t")
public boolean t
- Whether or not to enable generation for each texture coordinate.
r
@Editable(hgroup="t")
public boolean r
- Whether or not to enable generation for each texture coordinate.
q
@Editable(hgroup="t")
public boolean q
- Whether or not to enable generation for each texture coordinate.
MaterialRewriter.Projection
public MaterialRewriter.Projection()
Copyright © 2011. All Rights Reserved.