de.grogra.imp3d.ray
Class RTFrustum
java.lang.Object
de.grogra.imp3d.objects.SceneTree.Node
de.grogra.imp3d.objects.SceneTree.Leaf
de.grogra.imp3d.objects.SceneTreeWithShader.Leaf
de.grogra.imp3d.ray.RaytracerLeaf
de.grogra.imp3d.ray.RTFrustum
- All Implemented Interfaces:
- RTObject
public class RTFrustum
- extends RaytracerLeaf
- implements RTObject
Constructor Summary |
RTFrustum(java.lang.Object object,
boolean asNode,
long pathId,
float radiusTop,
float radiusBottom,
Vector3f axis,
boolean openTop,
boolean openBottom)
|
Methods inherited from class de.grogra.imp3d.objects.SceneTree.Leaf |
accept, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLong, getObject, getObject, getShort, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
m_frustumInput
public final Intersections.FrustumInput m_frustumInput
m_frustumLocalVariables
public final Intersections.FrustumLocalVariables m_frustumLocalVariables
m_frustumOutput
public final Intersections.ObjectOutput m_frustumOutput
RTFrustum
public RTFrustum(java.lang.Object object,
boolean asNode,
long pathId,
float radiusTop,
float radiusBottom,
Vector3f axis,
boolean openTop,
boolean openBottom)
getBoundingVolume
public BoundingVolume getBoundingVolume()
- Specified by:
getBoundingVolume
in interface RTObject
getDistance
public float getDistance(Ray ray,
RayContext context)
- Specified by:
getDistance
in interface RTObject
getIntersectionDescription
public void getIntersectionDescription(IntersectionDescription desc)
- Specified by:
getIntersectionDescription
in interface RTObject
isConvex
public boolean isConvex()
- Specified by:
isConvex
in interface RTObject
isShadeable
public boolean isShadeable()
- Specified by:
isShadeable
in interface RTObject
isSolid
public boolean isSolid()
- Specified by:
isSolid
in interface RTObject
setTransformation
public void setTransformation(Matrix4f mat)
- Overrides:
setTransformation
in class RaytracerLeaf