de.grogra.imp3d.ray
Interface Raytraceable

All Known Implementing Classes:
Box, Cone, Cylinder, DirectionalLight, Frustum, Hydra, Parallelogram, PhiBall, PhysicalLight, Plane, PointLight, Sky, Sphere, SpotLight, SunSkyToDirectionalLightWrapper

public interface Raytraceable


Method Summary
 RaytracerLeaf createRaytracerLeaf(java.lang.Object object, boolean asNode, long pathId, GraphState gs)
           
 

Method Detail

createRaytracerLeaf

RaytracerLeaf createRaytracerLeaf(java.lang.Object object,
                                  boolean asNode,
                                  long pathId,
                                  GraphState gs)