Uses of Interface
org.sunflow.core.AccelerationStructure
-
Packages that use AccelerationStructure Package Description org.sunflow org.sunflow.core org.sunflow.core.accel -
-
Uses of AccelerationStructure in org.sunflow
Fields in org.sunflow with type parameters of type AccelerationStructure Modifier and Type Field Description static Plugins<AccelerationStructure>
PluginRegistry. accelPlugins
-
Uses of AccelerationStructure in org.sunflow.core
Fields in org.sunflow.core declared as AccelerationStructure Modifier and Type Field Description private AccelerationStructure
Geometry. accel
private AccelerationStructure
Scene. bakingAccel
private AccelerationStructure
Scene. intAccel
Methods in org.sunflow.core that return AccelerationStructure Modifier and Type Method Description (package private) static AccelerationStructure
AccelerationStructureFactory. create(java.lang.String name, int n, boolean primitives)
-
Uses of AccelerationStructure in org.sunflow.core.accel
Classes in org.sunflow.core.accel that implement AccelerationStructure Modifier and Type Class Description class
BoundingIntervalHierarchy
class
KDTree
class
NullAccelerator
class
UniformGrid
-