Uses of Interface
org.sunflow.core.PrimitiveList
Packages that use PrimitiveList
Package
Description
-
Uses of PrimitiveList in org.sunflow
Fields in org.sunflow with type parameters of type PrimitiveListModifier and TypeFieldDescriptionstatic final Plugins
<PrimitiveList> PluginRegistry.primitivePlugins
-
Uses of PrimitiveList in org.sunflow.core
Methods in org.sunflow.core that return PrimitiveListModifier and TypeMethodDescriptionPrimitiveList.getBakingPrimitives()
Create a newPrimitiveList
object suitable for baking lightmaps.Tesselatable.tesselate()
Tesselate this object into aPrimitiveList
.Methods in org.sunflow.core with parameters of type PrimitiveListModifier and TypeMethodDescriptionvoid
AccelerationStructure.build
(PrimitiveList primitives) Construct an acceleration structure for the specified primitive list.static Instance
Instance.createTemporary
(PrimitiveList primitives, Matrix4 transform, Shader shader) Constructors in org.sunflow.core with parameters of type PrimitiveListModifierConstructorDescriptionGeometry
(PrimitiveList primitives) Create a geometry from the specified primitive aggregate. -
Uses of PrimitiveList in org.sunflow.core.accel
Methods in org.sunflow.core.accel with parameters of type PrimitiveListModifier and TypeMethodDescriptionvoid
BoundingIntervalHierarchy.build
(PrimitiveList primitives) void
KDTree.build
(PrimitiveList primitives) void
NullAccelerator.build
(PrimitiveList primitives) void
UniformGrid.build
(PrimitiveList primitives) -
Uses of PrimitiveList in org.sunflow.core.light
Classes in org.sunflow.core.light that implement PrimitiveListMethods in org.sunflow.core.light that return PrimitiveListModifier and TypeMethodDescriptionImageBasedLight.getBakingPrimitives()
SunSkyLight.getBakingPrimitives()
-
Uses of PrimitiveList in org.sunflow.core.primitive
Classes in org.sunflow.core.primitive that implement PrimitiveListModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in org.sunflow.core.primitive that return PrimitiveListModifier and TypeMethodDescriptionBackground.getBakingPrimitives()
BanchoffSurface.getBakingPrimitives()
Box.getBakingPrimitives()
CornellBox.getBakingPrimitives()
Cylinder.getBakingPrimitives()
Hair.getBakingPrimitives()
JuliaFractal.getBakingPrimitives()
ParticleSurface.getBakingPrimitives()
Plane.getBakingPrimitives()
QuadMesh.getBakingPrimitives()
Sphere.getBakingPrimitives()
SphereFlake.getBakingPrimitives()
Torus.getBakingPrimitives()
TriangleMesh.getBakingPrimitives()
-
Uses of PrimitiveList in org.sunflow.core.tesselatable
Methods in org.sunflow.core.tesselatable that return PrimitiveList