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 newPrimitiveListobject suitable for baking lightmaps.Tesselatable.tesselate()Tesselate this object into aPrimitiveList.Methods in org.sunflow.core with parameters of type PrimitiveListModifier and TypeMethodDescriptionvoidAccelerationStructure.build(PrimitiveList primitives) Construct an acceleration structure for the specified primitive list.static InstanceInstance.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 TypeMethodDescriptionvoidBoundingIntervalHierarchy.build(PrimitiveList primitives) voidKDTree.build(PrimitiveList primitives) voidNullAccelerator.build(PrimitiveList primitives) voidUniformGrid.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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods 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