Uses of Class
com.marginallyclever.ro3.apps.pathtracer.PathTriangle
Packages that use PathTriangle
Package
Description
-
Uses of PathTriangle in com.marginallyclever.ro3.apps.pathtracer
Methods in com.marginallyclever.ro3.apps.pathtracer that return PathTriangleMethods in com.marginallyclever.ro3.apps.pathtracer with parameters of type PathTriangle -
Uses of PathTriangle in com.marginallyclever.ro3.apps.pathtracer.spatialaccelerationstructure
Fields in com.marginallyclever.ro3.apps.pathtracer.spatialaccelerationstructure with type parameters of type PathTriangleMethods in com.marginallyclever.ro3.apps.pathtracer.spatialaccelerationstructure that return PathTriangleModifier and TypeMethodDescriptionFinds the first intersecting triangle for a given ray within the spatial acceleration structure.Finds the first intersecting triangle for a given ray within the spatial acceleration structure.Methods in com.marginallyclever.ro3.apps.pathtracer.spatialaccelerationstructure with parameters of type PathTriangleModifier and TypeMethodDescriptionbooleanBoundingVolumeHeirarchy.insert(PathTriangle triangle) Add a new triangle to the SASbooleanOctreeNode.insert(PathTriangle triangle) booleanSpatialAccelerationStructure.insert(PathTriangle triangle) Add a new triangle to the SASConstructor parameters in com.marginallyclever.ro3.apps.pathtracer.spatialaccelerationstructure with type arguments of type PathTriangle -
Uses of PathTriangle in com.marginallyclever.ro3.raypicking
Methods in com.marginallyclever.ro3.raypicking that return PathTriangleModifier and TypeMethodDescriptionHit.triangle()Returns the value of thetrianglerecord component.Constructors in com.marginallyclever.ro3.raypicking with parameters of type PathTriangleModifierConstructorDescriptionHit(MeshInstance target, double distance, javax.vecmath.Vector3d normal, javax.vecmath.Point3d point, PathTriangle triangle) Creates an instance of aHitrecord class.