Uses of Class
eu.svjatoslav.sixth.e3d.renderer.octree.raytracer.Ray
Packages that use Ray
Package
Description
Octree-based voxel volume representation and rendering for the Sixth 3D engine.
-
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.