|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.opengl.material.config.MaterialRewriter
com.threerings.opengl.material.config.MaterialRewriter.Projection
public static class MaterialRewriter.Projection
Creates projected versions of input techniques.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.threerings.opengl.material.config.MaterialRewriter |
|---|
MaterialRewriter.DepthOnly, MaterialRewriter.Projection, MaterialRewriter.Translucent |
| 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. |
| Constructor Summary | |
|---|---|
MaterialRewriter.Projection()
|
|
| Method Summary | |
|---|---|
protected PassConfig |
rewrite(PassConfig pass)
Rewrites the specified pass. |
protected TextureStateConfig |
rewrite(TextureStateConfig textureState)
Rewrites the specified state. |
protected TextureUnitConfig |
rewrite(TextureUnitConfig textureUnit)
Rewrites the specified texture unit. |
| Methods inherited from class com.threerings.opengl.material.config.MaterialRewriter |
|---|
rewrite, rewrite, rewrite, rewrite, rewrite, rewrite |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable(hgroup="t") public boolean s
@Editable(hgroup="t") public boolean t
@Editable(hgroup="t") public boolean r
@Editable(hgroup="t") public boolean q
| Constructor Detail |
|---|
public MaterialRewriter.Projection()
| Method Detail |
|---|
protected PassConfig rewrite(PassConfig pass)
MaterialRewriter
rewrite in class MaterialRewriterprotected TextureStateConfig rewrite(TextureStateConfig textureState)
MaterialRewriter
rewrite in class MaterialRewriterprotected TextureUnitConfig rewrite(TextureUnitConfig textureUnit)
MaterialRewriter
rewrite in class MaterialRewriter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||