Uses of Interface
de.grogra.ray.RTObject
Packages that use RTObject
Package
Description
-
Uses of RTObject in de.grogra.imp3d.ray
Classes in de.grogra.imp3d.ray that implement RTObjectModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
-
Uses of RTObject in de.grogra.ray
Subinterfaces of RTObject in de.grogra.rayModifier and TypeInterfaceDescriptioninterface
This is an object that cannot be treated as correct pysical and gemetric object.interface
Methods in de.grogra.ray that return RTObjectMethods in de.grogra.ray with parameters of type RTObjectModifier and TypeMethodDescriptionvoid
RTSceneVisitor.visitObject
(RTObject object) Implement this function to process a scene object. -
Uses of RTObject in de.grogra.ray.intersection
Methods in de.grogra.ray.intersection that return RTObjectMethods in de.grogra.ray.intersection with parameters of type RTObject -
Uses of RTObject in de.grogra.ray.tracing
Classes in de.grogra.ray.tracing that implement RTObject -
Uses of RTObject in de.grogra.ray.util
Fields in de.grogra.ray.util declared as RTObjectMethods in de.grogra.ray.util with parameters of type RTObjectModifier 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)