|
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.Ring
a ring.
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 |
Constructor Summary | |
Ring(double rRing,
double rInner)
|
Method Summary | |
void |
getN(Hit hit,
Vector3f n)
set the normal for this hit point (object space) in hd the value is returned in n |
HitList |
intersections(Ray r)
|
boolean |
isIntersected(Ray r)
|
boolean |
isShadowing(Ray r)
|
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, hasShader, isSelfShadowing, processObject, processParameters, readObject, setColor, setColor, setSelfShadowing, setShader, 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 Ring(double rRing, double rInner)
Method Detail |
public boolean isShadowing(Ray r)
isShadowing
in interface Traceable
isShadowing
in class Bounded
public HitList intersections(Ray r)
intersections
in interface Traceable
public boolean isIntersected(Ray r)
isIntersected
in interface Traceable
isIntersected
in class Bounded
public void getN(Hit hit, Vector3f n)
NormalCalculator
getN
in interface NormalCalculator
|
XJRT Rendering Toolkit 1.0b06 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |