|
||||||||||
| 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.ProjectionConfig
@EditorTypes(value={ProjectionConfig.Perspective.class,ProjectionConfig.Orthographic.class})
public abstract class ProjectionConfigContains the configuration of a surface projection.
| Nested Class Summary | |
|---|---|
static class |
ProjectionConfig.Orthographic
An orthographic projection. |
static class |
ProjectionConfig.Perspective
A perspective projection. |
| Field Summary | |
|---|---|
ColorStateConfig |
colorState
The color state for the projection. |
float |
height
The height of the projected image. |
ConfigReference<MaterialConfig> |
material
The projection material. |
float |
width
The width of the projected image. |
| Constructor Summary | |
|---|---|
ProjectionConfig()
|
|
| Method Summary | |
|---|---|
Projection |
createProjection(GlContext ctx,
Scope scope,
ArrayList<Updater> updaters)
Creates a projection object corresponding to this configuration. |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable(nullable=true) public ConfigReference<MaterialConfig> material
@Editable(nullable=true) public ColorStateConfig colorState
@Editable(min=0.0,
step=0.01,
hgroup="d")
public float width
@Editable(min=0.0,
step=0.01,
hgroup="d")
public float height
| Constructor Detail |
|---|
public ProjectionConfig()
| Method Detail |
|---|
public Projection createProjection(GlContext ctx,
Scope scope,
ArrayList<Updater> updaters)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||