|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jagatoo.loaders.models.collada.datastructs.effects.Profile
public abstract class Profile
A COLLADA "profile". A profile is "a way to achieve a graphic effect". There are several profile types, e.g. COMMON (static rendering pipeline), GLSL and CG (shader rendering pipeline)
| Constructor Summary | |
|---|---|
Profile()
Creates a new COLLADA profile |
|
| Method Summary | |
|---|---|
java.util.HashMap<java.lang.String,Surface> |
getSurfaces()
|
void |
setSurfaces(java.util.HashMap<java.lang.String,Surface> surfaces)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Profile()
| Method Detail |
|---|
public void setSurfaces(java.util.HashMap<java.lang.String,Surface> surfaces)
public final java.util.HashMap<java.lang.String,Surface> getSurfaces()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||