Uses of Interface
de.grogra.ray.RTObject
Package
Description
-
Uses of RTObject in de.grogra.imp3d.ray
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
-
Uses of RTObject in de.grogra.ray
Modifier and TypeInterfaceDescriptioninterface
This is an object that cannot be treated as correct pysical and gemetric object.interface
Modifier and TypeMethodDescriptionvoid
RTSceneVisitor.visitObject
(RTObject object) Implement this function to process a scene object. -
Uses of RTObject in de.grogra.ray.intersection
-
Uses of RTObject in de.grogra.ray.tracing
-
Uses of RTObject in de.grogra.ray.util
Modifier and TypeMethodDescriptionint
RayContext.deleteMaterial
(RTObject object) void
RayContext.enteringObject
(RTObject object, RTMedium medium) void
RayContext.exitingObject
(RTObject object) void
RayContext.insertMaterial
(RTObject object, int index) boolean
RayContext.isLastMaterial
(RTObject object) void
RayContext.pushMaterial
(RTObject object)