Uses of Class
eu.svjatoslav.sixth.e3d.renderer.octree.raytracer.Ray
Packages that use Ray
-
Uses of Ray in eu.svjatoslav.sixth.e3d.renderer.octree
Methods in eu.svjatoslav.sixth.e3d.renderer.octree with parameters of type RayModifier and TypeMethodDescriptionint
OctreeVolume.doesIntersect
(int cubeX, int cubeY, int cubeZ, int cubeSize, Ray r) int
Trace ray through the world and return pointer to intersecting cell.