Class RtNode
java.lang.Object
one.empty3.library.core.raytracer.RtNode
- Direct Known Subclasses:
RtCamera
,RtDefaultRtNode
,RtLight
,RtObject
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal String
getName()
final RtNode
final int
abstract boolean
intersectsNode
(RtRay ray, RtIntersectInfo intersectInfo) void
void
setNodeType
(int nodeType)
-
Field Details
-
LIGHT
public static final int LIGHT- See Also:
-
OMNILIGHT
public static final int OMNILIGHT- See Also:
-
CAMERA
public static final int CAMERA- See Also:
-
TARGETCAMERA
public static final int TARGETCAMERA- See Also:
-
mNodeType
protected int mNodeType -
mName
-
-
Constructor Details
-
RtNode
public RtNode() -
RtNode
-
-
Method Details
-
intersectsNode
-
getNodeType
public final int getNodeType() -
setNodeType
public void setNodeType(int nodeType) -
getName
-
setName
-
getNodeInstance
-