|
XJRT Rendering Toolkit 1.0b06 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.autochthonous.graphics.rt.Renderable
org.autochthonous.graphics.rt.Bounded
org.autochthonous.graphics.rt.objects.IndexedMesh
org.autochthonous.graphics.rt.models.ObjFile
a loader for .obj files (wavefront).
Field Summary |
Fields inherited from class org.autochthonous.graphics.rt.Bounded |
bBox |
Fields inherited from class org.autochthonous.graphics.rt.Renderable |
color, objToRay, rayToObj, selfShadowing, shader |
Fields inherited from interface org.autochthonous.graphics.rt.TextureMapper |
S, T |
Constructor Summary | |
ObjFile(java.lang.String name,
boolean smooth)
|
Method Summary | |
static IndexedMesh |
getInstance(RMLReader in)
|
protected void |
processParameters(ParametersMap params)
|
Methods inherited from class org.autochthonous.graphics.rt.objects.IndexedMesh |
getST, hasShader, init, init, intersections, isIntersected, isShadowing, setColors, setShader, setShader, setVertexColors, setVertexNormals, setVertexTextureCoordinates, vertexIndexes |
Methods inherited from class org.autochthonous.graphics.rt.Bounded |
bBox, setBBox, setBBox, transform |
Methods inherited from class org.autochthonous.graphics.rt.Renderable |
clone, createObjectSpaceRay, getColor, getColor, getShader, isSelfShadowing, processObject, readObject, setColor, setColor, setSelfShadowing, toObjectSpace, toObjectSpace, transformNormal |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.autochthonous.graphics.rt.Traceable |
clone |
Constructor Detail |
public ObjFile(java.lang.String name, boolean smooth) throws java.io.IOException
Method Detail |
public static IndexedMesh getInstance(RMLReader in) throws java.io.IOException
java.io.IOException
protected void processParameters(ParametersMap params)
processParameters
in class IndexedMesh
|
XJRT Rendering Toolkit 1.0b06 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |