Uses of Interface
org.sunflow.core.RenderObject
-
-
Uses of RenderObject in org.sunflow
Fields in org.sunflow declared as RenderObject Modifier and Type Field Description private RenderObjectRenderObjectMap.RenderObjectHandle. objMethods in org.sunflow that return RenderObject Modifier and Type Method Description private RenderObjectRenderObjectMap.RenderObjectHandle. getObject()Methods in org.sunflow that return types with arguments of type RenderObject Modifier and Type Method Description (package private) java.util.Hashtable<java.lang.String,RenderObject>RenderObjectMap. inspect()java.util.Hashtable<java.lang.String,RenderObject>SunflowAPI. inspect()Method parameters in org.sunflow with type arguments of type RenderObject Modifier and Type Method Description private java.util.HashtableSunflowGUI. buildSceneTree(java.util.Hashtable<java.lang.String,RenderObject> map) -
Uses of RenderObject in org.sunflow.core
Subinterfaces of RenderObject in org.sunflow.core Modifier and Type Interface Description interfaceAlphaShaderinterfaceCameraLensRepresents a mapping from the 3D scene onto the final image.interfaceLightSourceThis interface is used to represent any light emitting primitive.interfaceModifierThis represents a surface modifier.interfacePrimitiveListThis class represents an object made up of many primitives.interfaceShaderA shader represents a particular light-surface interaction.interfaceTesselatableRepresents an object which can be tesselated into a list of primitives such as aTriangleMesh.Classes in org.sunflow.core that implement RenderObject Modifier and Type Class Description classCameraThis class represents a camera to the renderer.classGeometryThis class represent a geometric object in its native object space.classInstanceThis represents an instance of aGeometryinto the scene.(package private) classInstanceListclassOptionsThis holds rendering objects as key, value pairs. -
Uses of RenderObject in org.sunflow.core.camera
Classes in org.sunflow.core.camera that implement RenderObject Modifier and Type Class Description classFisheyeLensclassOrthogonalLensclassPinholeLensclassSphericalLensclassThinLens -
Uses of RenderObject in org.sunflow.core.light
Classes in org.sunflow.core.light that implement RenderObject Modifier and Type Class Description classDirectionalSpotlightclassImageBasedLightclassPointLightclassSphereLightclassSunSkyLightclassTriangleMeshLight -
Uses of RenderObject in org.sunflow.core.modifiers
Classes in org.sunflow.core.modifiers that implement RenderObject Modifier and Type Class Description classBumpMappingModifierclassNormalMapModifierclassPerlinModifier -
Uses of RenderObject in org.sunflow.core.primitive
Classes in org.sunflow.core.primitive that implement RenderObject Modifier and Type Class Description classBackgroundclassBanchoffSurfaceclassBoxclassCornellBoxclassCubeGridclassCylinderclassHairclassJuliaFractalclassParticleSurfaceclassPlaneclassQuadMeshclassSphereclassSphereFlakeclassTorusclassTriangleMeshprivate classTriangleMesh.BakingSurface -
Uses of RenderObject in org.sunflow.core.shader
Classes in org.sunflow.core.shader that implement RenderObject Modifier and Type Class Description classAlphaDiffuseShaderclassAlphaPhongShaderclassAlphaShinyPhongclassAlphaTexturedDiffuseclassAlphaTexturedPhongclassAlphaTexturedShinyPhongclassAmbientOcclusionShaderclassAnisotropicWardShaderclassConstantShaderclassDiffuseShaderclassGlassShaderclassIDShaderclassMirrorShaderclassNormalShaderclassPhongShaderclassPrimIDShaderclassQuickGrayShaderclassShinyDiffuseShaderclassShinyPhongShaderclassSimpleShaderclassTexturedAmbientOcclusionShaderclassTexturedConstantShaderclassTexturedDiffuseShaderclassTexturedPhongShaderclassTexturedShinyDiffuseShaderclassTexturedShinyPhongShaderclassTexturedWardShaderclassTransparentShinyPhongclassUberShaderclassUVShaderclassViewCausticsShaderclassViewGlobalPhotonsShaderclassViewIrradianceShaderclassWireframeShader -
Uses of RenderObject in org.sunflow.core.tesselatable
Classes in org.sunflow.core.tesselatable that implement RenderObject Modifier and Type Class Description classBezierMeshclassColladaGeometryclassFileMeshclassGumboclassTeapot
-