Modifier and Type | Class and Description |
---|---|
class |
RealtimeBenchmark |
Modifier and Type | Method and Description |
---|---|
static SunflowAPI |
SunflowAPI.compile(java.lang.String code)
Compile the specified code string via Janino.
|
static SunflowAPI |
SunflowAPI.create(java.lang.String filename,
int frameNumber)
Create an API object from the specified file.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Instance.update(ParameterList pl,
SunflowAPI api) |
boolean |
Camera.update(ParameterList pl,
SunflowAPI api) |
boolean |
Geometry.update(ParameterList pl,
SunflowAPI api) |
boolean |
RenderObject.update(ParameterList pl,
SunflowAPI api)
Update this object given a list of parameters.
|
boolean |
Options.update(ParameterList pl,
SunflowAPI api) |
Modifier and Type | Method and Description |
---|---|
boolean |
FisheyeLens.update(ParameterList pl,
SunflowAPI api) |
boolean |
ThinLens.update(ParameterList pl,
SunflowAPI api) |
boolean |
SphericalLens.update(ParameterList pl,
SunflowAPI api) |
boolean |
PinholeLens.update(ParameterList pl,
SunflowAPI api) |
Modifier and Type | Method and Description |
---|---|
boolean |
PointLight.update(ParameterList pl,
SunflowAPI api) |
boolean |
SunSkyLight.update(ParameterList pl,
SunflowAPI api) |
boolean |
TriangleMeshLight.update(ParameterList pl,
SunflowAPI api) |
boolean |
DirectionalSpotlight.update(ParameterList pl,
SunflowAPI api) |
boolean |
ImageBasedLight.update(ParameterList pl,
SunflowAPI api) |
boolean |
SphereLight.update(ParameterList pl,
SunflowAPI api) |
Modifier and Type | Method and Description |
---|---|
boolean |
PerlinModifier.update(ParameterList pl,
SunflowAPI api) |
boolean |
BumpMappingModifier.update(ParameterList pl,
SunflowAPI api) |
boolean |
NormalMapModifier.update(ParameterList pl,
SunflowAPI api) |
Modifier and Type | Method and Description |
---|---|
boolean |
Background.update(ParameterList pl,
SunflowAPI api) |
boolean |
Hair.update(ParameterList pl,
SunflowAPI api) |
boolean |
QuadMesh.update(ParameterList pl,
SunflowAPI api) |
boolean |
Box.update(ParameterList pl,
SunflowAPI api) |
boolean |
Plane.update(ParameterList pl,
SunflowAPI api) |
boolean |
Sphere.update(ParameterList pl,
SunflowAPI api) |
boolean |
SphereFlake.update(ParameterList pl,
SunflowAPI api) |
boolean |
BanchoffSurface.update(ParameterList pl,
SunflowAPI api) |
boolean |
Torus.update(ParameterList pl,
SunflowAPI api) |
boolean |
CubeGrid.update(ParameterList pl,
SunflowAPI api) |
boolean |
CornellBox.update(ParameterList pl,
SunflowAPI api) |
boolean |
ParticleSurface.update(ParameterList pl,
SunflowAPI api) |
boolean |
JuliaFractal.update(ParameterList pl,
SunflowAPI api) |
boolean |
Cylinder.update(ParameterList pl,
SunflowAPI api) |
boolean |
TriangleMesh.update(ParameterList pl,
SunflowAPI api) |
Modifier and Type | Method and Description |
---|---|
boolean |
AnisotropicWardShader.update(ParameterList pl,
SunflowAPI api) |
boolean |
ViewCausticsShader.update(ParameterList pl,
SunflowAPI api) |
boolean |
ShinyDiffuseShader.update(ParameterList pl,
SunflowAPI api) |
boolean |
ConstantShader.update(ParameterList pl,
SunflowAPI api) |
boolean |
MirrorShader.update(ParameterList pl,
SunflowAPI api) |
boolean |
AmbientOcclusionShader.update(ParameterList pl,
SunflowAPI api) |
boolean |
ViewGlobalPhotonsShader.update(ParameterList pl,
SunflowAPI api) |
boolean |
TexturedAmbientOcclusionShader.update(ParameterList pl,
SunflowAPI api) |
boolean |
PrimIDShader.update(ParameterList pl,
SunflowAPI api) |
boolean |
DiffuseShader.update(ParameterList pl,
SunflowAPI api) |
boolean |
TexturedPhongShader.update(ParameterList pl,
SunflowAPI api) |
boolean |
SimpleShader.update(ParameterList pl,
SunflowAPI api) |
boolean |
QuickGrayShader.update(ParameterList pl,
SunflowAPI api) |
boolean |
UVShader.update(ParameterList pl,
SunflowAPI api) |
boolean |
GlassShader.update(ParameterList pl,
SunflowAPI api) |
boolean |
UberShader.update(ParameterList pl,
SunflowAPI api) |
boolean |
PhongShader.update(ParameterList pl,
SunflowAPI api) |
boolean |
ViewIrradianceShader.update(ParameterList pl,
SunflowAPI api) |
boolean |
IDShader.update(ParameterList pl,
SunflowAPI api) |
boolean |
TexturedWardShader.update(ParameterList pl,
SunflowAPI api) |
boolean |
TexturedDiffuseShader.update(ParameterList pl,
SunflowAPI api) |
boolean |
WireframeShader.update(ParameterList pl,
SunflowAPI api) |
boolean |
TexturedShinyDiffuseShader.update(ParameterList pl,
SunflowAPI api) |
boolean |
NormalShader.update(ParameterList pl,
SunflowAPI api) |
Modifier and Type | Method and Description |
---|---|
boolean |
FileMesh.update(ParameterList pl,
SunflowAPI api) |
boolean |
BezierMesh.update(ParameterList pl,
SunflowAPI api) |