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 TypeMethodDescriptionintOctreeVolume.doesIntersect(int cubeX, int cubeY, int cubeZ, int cubeSize, Ray r) intTrace ray through the world and return pointer to intersecting cell.