Uses of Interface
artofillusion.texture.ParameterValue

Packages that use ParameterValue
artofillusion   
artofillusion.animation   
artofillusion.object   
artofillusion.texture   
artofillusion.view   
 

Uses of ParameterValue in artofillusion
 

Fields in artofillusion declared as ParameterValue
 ParameterValue[] RenderingMesh.param
           
 

Methods in artofillusion that return ParameterValue
 ParameterValue[] Scene.getEnvironmentParameterValues()
          Get the parameter values used for the environment map.
 

Methods in artofillusion with parameters of type ParameterValue
 void Scene.setEnvironmentParameterValues(ParameterValue[] value)
          Set the parameter values used for the environment map.
 void RenderingMesh.setParameters(ParameterValue[] param)
          Set the texture parameters for the mesh.
 

Uses of ParameterValue in artofillusion.animation
 

Methods in artofillusion.animation that return ParameterValue
 ParameterValue Gesture.getTextureParameter(TextureParameter param)
          Get the value of a per-vertex texture parameter.
 

Methods in artofillusion.animation with parameters of type ParameterValue
 void Actor.setParameterValue(TextureParameter param, ParameterValue value)
          Set the values of a texture parameter in every gesture.
 void Actor.setParameterValues(ParameterValue[] val)
          Set the list of objects defining the values of texture parameters.
 void Gesture.setTextureParameter(TextureParameter param, ParameterValue value)
          Set the value of a per-vertex texture parameter.
 

Uses of ParameterValue in artofillusion.object
 

Methods in artofillusion.object that return ParameterValue
 ParameterValue ObjectWrapper.getParameterValue(TextureParameter param)
          Get the object defining the value of a particular texture parameter.
 ParameterValue Object3D.getParameterValue(TextureParameter param)
          Get the object defining the value of a particular texture parameter.
 ParameterValue[] ObjectWrapper.getParameterValues()
          Get the list of objects defining the values of texture parameters.
 ParameterValue[] Object3D.getParameterValues()
          Get the list of objects defining the values of texture parameters.
 ParameterValue[] Mesh.getParameterValues()
          Get the values of the TextureParameters which are defined on this mesh.
 ParameterValue Tube.TubeKeyframe.getTextureParameter(TextureParameter p)
          Get the value of a per-vertex texture parameter.
 ParameterValue TriangleMesh.TriangleMeshKeyframe.getTextureParameter(TextureParameter p)
          Get the value of a per-vertex texture parameter.
 ParameterValue SplineMesh.SplineMeshKeyframe.getTextureParameter(TextureParameter p)
          Get the value of a per-vertex texture parameter.
 ParameterValue Curve.CurveKeyframe.getTextureParameter(TextureParameter p)
          Get the value of a per-vertex texture parameter.
static ParameterValue Object3D.readParameterValue(java.io.DataInputStream in)
          Read in the value of a texture parameter from a stream.
 

Methods in artofillusion.object with parameters of type ParameterValue
 void TriangleMesh.setParameterValue(TextureParameter param, ParameterValue val)
          When setting texture parameters, we need to clear the caches.
 void SplineMesh.setParameterValue(TextureParameter param, ParameterValue val)
          When setting texture parameters, we need to clear the caches.
 void ObjectWrapper.setParameterValue(TextureParameter param, ParameterValue val)
          Set the object defining the value of a particular texture parameter.
 void Object3D.setParameterValue(TextureParameter param, ParameterValue val)
          Set the object defining the value of a particular texture parameter.
 void TriangleMesh.setParameterValues(ParameterValue[] val)
          When setting texture parameters, we need to clear the caches.
 void SplineMesh.setParameterValues(ParameterValue[] val)
          When setting texture parameters, we need to clear the caches.
 void ObjectWrapper.setParameterValues(ParameterValue[] val)
          Set the list of objects defining the values of texture parameters.
 void Object3D.setParameterValues(ParameterValue[] val)
          Set the list of objects defining the values of texture parameters.
 void Tube.TubeKeyframe.setTextureParameter(TextureParameter p, ParameterValue value)
          Set the value of a per-vertex texture parameter.
 void TriangleMesh.TriangleMeshKeyframe.setTextureParameter(TextureParameter p, ParameterValue value)
          Set the value of a per-vertex texture parameter.
 void SplineMesh.SplineMeshKeyframe.setTextureParameter(TextureParameter p, ParameterValue value)
          Set the value of a per-vertex texture parameter.
 void Curve.CurveKeyframe.setTextureParameter(TextureParameter p, ParameterValue value)
          Set the value of a per-vertex texture parameter.
 

Uses of ParameterValue in artofillusion.texture
 

Classes in artofillusion.texture that implement ParameterValue
 class ConstantParameterValue
          This class defines a scalar parameter which is constant over the surface of a mesh.
 class FaceParameterValue
          This class defines a scalar parameter who value is defined on each face of a mesh.
 class FaceVertexParameterValue
          This class defines a scalar parameter whose value is defined at each vertex of each face of a mesh.
 class VertexParameterValue
          This class defines a scalar parameter who value is defined at each vertex of a mesh.
 

Methods in artofillusion.texture that return ParameterValue
 ParameterValue VertexParameterValue.duplicate()
          Create a duplicate of this object.
 ParameterValue ParameterValue.duplicate()
          Create a duplicate of this object.
 ParameterValue FaceVertexParameterValue.duplicate()
          Create a duplicate of this object.
 ParameterValue FaceParameterValue.duplicate()
          Create a duplicate of this object.
 ParameterValue ConstantParameterValue.duplicate()
          Create a duplicate of this object.
 

Uses of ParameterValue in artofillusion.view
 

Constructors in artofillusion.view with parameters of type ParameterValue
ParameterVertexShader(RenderingMesh mesh, ParameterValue param, RGBColor lowColor, RGBColor highColor, double minValue, double maxValue, Vec3 viewDir)
          Create a ParameterVertexShader for a mesh.
 



Copyright © 1999-2011 by Peter Eastman.