Uses of Class
org.sunflow.core.ParameterList
Packages that use ParameterList
Package
Description
-
Uses of ParameterList in org.sunflow.core
Subclasses of ParameterList in org.sunflow.coreModifier and TypeClassDescriptionfinal classThis holds rendering objects as key, value pairs.Methods in org.sunflow.core with parameters of type ParameterListModifier and TypeMethodDescriptionbooleanCamera.update(ParameterList pl, SunflowAPI api) booleanGeometry.update(ParameterList pl, SunflowAPI api) booleanInstance.update(ParameterList pl, SunflowAPI api) booleanOptions.update(ParameterList pl, SunflowAPI api) booleanRenderObject.update(ParameterList pl, SunflowAPI api) Update this object given a list of parameters. -
Uses of ParameterList in org.sunflow.core.camera
Methods in org.sunflow.core.camera with parameters of type ParameterListModifier and TypeMethodDescriptionbooleanFisheyeLens.update(ParameterList pl, SunflowAPI api) booleanPinholeLens.update(ParameterList pl, SunflowAPI api) booleanSphericalLens.update(ParameterList pl, SunflowAPI api) booleanThinLens.update(ParameterList pl, SunflowAPI api) -
Uses of ParameterList in org.sunflow.core.light
Methods in org.sunflow.core.light with parameters of type ParameterListModifier and TypeMethodDescriptionbooleanDirectionalSpotlight.update(ParameterList pl, SunflowAPI api) booleanImageBasedLight.update(ParameterList pl, SunflowAPI api) booleanPointLight.update(ParameterList pl, SunflowAPI api) booleanSphereLight.update(ParameterList pl, SunflowAPI api) booleanSunSkyLight.update(ParameterList pl, SunflowAPI api) booleanTriangleMeshLight.update(ParameterList pl, SunflowAPI api) -
Uses of ParameterList in org.sunflow.core.modifiers
Methods in org.sunflow.core.modifiers with parameters of type ParameterListModifier and TypeMethodDescriptionbooleanBumpMappingModifier.update(ParameterList pl, SunflowAPI api) booleanNormalMapModifier.update(ParameterList pl, SunflowAPI api) booleanPerlinModifier.update(ParameterList pl, SunflowAPI api) -
Uses of ParameterList in org.sunflow.core.primitive
Methods in org.sunflow.core.primitive with parameters of type ParameterListModifier and TypeMethodDescriptionbooleanBackground.update(ParameterList pl, SunflowAPI api) booleanBanchoffSurface.update(ParameterList pl, SunflowAPI api) booleanBox.update(ParameterList pl, SunflowAPI api) booleanCornellBox.update(ParameterList pl, SunflowAPI api) booleanCubeGrid.update(ParameterList pl, SunflowAPI api) booleanCylinder.update(ParameterList pl, SunflowAPI api) booleanHair.update(ParameterList pl, SunflowAPI api) booleanJuliaFractal.update(ParameterList pl, SunflowAPI api) booleanParticleSurface.update(ParameterList pl, SunflowAPI api) booleanPlane.update(ParameterList pl, SunflowAPI api) booleanQuadMesh.update(ParameterList pl, SunflowAPI api) booleanSphere.update(ParameterList pl, SunflowAPI api) booleanSphereFlake.update(ParameterList pl, SunflowAPI api) booleanTorus.update(ParameterList pl, SunflowAPI api) booleanTriangleMesh.update(ParameterList pl, SunflowAPI api) -
Uses of ParameterList in org.sunflow.core.shader
Methods in org.sunflow.core.shader with parameters of type ParameterListModifier and TypeMethodDescriptionbooleanAmbientOcclusionShader.update(ParameterList pl, SunflowAPI api) booleanAnisotropicWardShader.update(ParameterList pl, SunflowAPI api) booleanConstantShader.update(ParameterList pl, SunflowAPI api) booleanDiffuseShader.update(ParameterList pl, SunflowAPI api) booleanGlassShader.update(ParameterList pl, SunflowAPI api) booleanIDShader.update(ParameterList pl, SunflowAPI api) booleanMirrorShader.update(ParameterList pl, SunflowAPI api) booleanNormalShader.update(ParameterList pl, SunflowAPI api) booleanPhongShader.update(ParameterList pl, SunflowAPI api) booleanPrimIDShader.update(ParameterList pl, SunflowAPI api) booleanQuickGrayShader.update(ParameterList pl, SunflowAPI api) booleanShinyDiffuseShader.update(ParameterList pl, SunflowAPI api) booleanSimpleShader.update(ParameterList pl, SunflowAPI api) booleanTexturedAmbientOcclusionShader.update(ParameterList pl, SunflowAPI api) booleanTexturedDiffuseShader.update(ParameterList pl, SunflowAPI api) booleanTexturedPhongShader.update(ParameterList pl, SunflowAPI api) booleanTexturedShinyDiffuseShader.update(ParameterList pl, SunflowAPI api) booleanTexturedWardShader.update(ParameterList pl, SunflowAPI api) booleanUberShader.update(ParameterList pl, SunflowAPI api) booleanUVShader.update(ParameterList pl, SunflowAPI api) booleanViewCausticsShader.update(ParameterList pl, SunflowAPI api) booleanViewGlobalPhotonsShader.update(ParameterList pl, SunflowAPI api) booleanViewIrradianceShader.update(ParameterList pl, SunflowAPI api) booleanWireframeShader.update(ParameterList pl, SunflowAPI api) -
Uses of ParameterList in org.sunflow.core.tesselatable
Methods in org.sunflow.core.tesselatable with parameters of type ParameterListModifier and TypeMethodDescriptionbooleanBezierMesh.update(ParameterList pl, SunflowAPI api) booleanFileMesh.update(ParameterList pl, SunflowAPI api)