Uses of Class
org.sunflow.SunflowAPI
Packages that use SunflowAPI
Package
Description
-
Uses of SunflowAPI in org.sunflow
Subclasses of SunflowAPI in org.sunflowMethods in org.sunflow that return SunflowAPIModifier and TypeMethodDescriptionstatic SunflowAPICompile the specified code string via Janino.static SunflowAPICreate an API object from the specified file. -
Uses of SunflowAPI in org.sunflow.core
Methods in org.sunflow.core with parameters of type SunflowAPIModifier 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 SunflowAPI in org.sunflow.core.camera
Methods in org.sunflow.core.camera with parameters of type SunflowAPIModifier 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 SunflowAPI in org.sunflow.core.light
Methods in org.sunflow.core.light with parameters of type SunflowAPIModifier 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 SunflowAPI in org.sunflow.core.modifiers
Methods in org.sunflow.core.modifiers with parameters of type SunflowAPIModifier and TypeMethodDescriptionbooleanBumpMappingModifier.update(ParameterList pl, SunflowAPI api) booleanNormalMapModifier.update(ParameterList pl, SunflowAPI api) booleanPerlinModifier.update(ParameterList pl, SunflowAPI api) -
Uses of SunflowAPI in org.sunflow.core.primitive
Methods in org.sunflow.core.primitive with parameters of type SunflowAPIModifier 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 SunflowAPI in org.sunflow.core.shader
Methods in org.sunflow.core.shader with parameters of type SunflowAPIModifier 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 SunflowAPI in org.sunflow.core.tesselatable
Methods in org.sunflow.core.tesselatable with parameters of type SunflowAPIModifier and TypeMethodDescriptionbooleanBezierMesh.update(ParameterList pl, SunflowAPI api) booleanFileMesh.update(ParameterList pl, SunflowAPI api)