Uses of Class
artofillusion.TextureParameter

Packages that use TextureParameter
artofillusion   
artofillusion.animation   
artofillusion.image.filter   
artofillusion.object   
artofillusion.procedural   
artofillusion.texture   
 

Uses of TextureParameter in artofillusion
 

Methods in artofillusion that return TextureParameter
 TextureParameter TextureParameter.duplicate()
           
 TextureParameter TextureParameter.duplicate(java.lang.Object owner)
          Create a TextureParameter which is a duplicate of an existing one, but with a different owner.
 TextureParameter TriMeshEditorWindow.getFaceIndexParameter()
          Get the extra texture parameter which was added to the mesh to keep track of face indices in the editor.
 TextureParameter MeshEditorWindow.getFaceIndexParameter()
          Get the extra texture parameter which was added to the mesh to keep track of face indices in the editor.
 TextureParameter TriMeshEditorWindow.getJointWeightParam()
          Get the extra texture parameter which was added to the mesh to keep track of joint weighting.
 TextureParameter SplineMeshEditorWindow.getJointWeightParam()
          Get the extra texture parameter which was added to the mesh to keep track of joint weighting.
 TextureParameter MeshEditorWindow.getJointWeightParam()
          Get the extra texture parameter which was added to the mesh to keep track of joint weighting.
 TextureParameter MeshViewer.getSurfaceTextureParameter()
          Get the parameter by which the surface is colored.
 

Methods in artofillusion with parameters of type TextureParameter
 boolean MeshEditorWindow.isExtraParameter(TextureParameter param)
          Determine whether a TextureParameter was added to the mesh by the editor
 void MeshViewer.setSurfaceTextureParameter(TextureParameter param)
          Set the parameter by which the surface is colored.
 

Uses of TextureParameter in artofillusion.animation
 

Methods in artofillusion.animation with parameters of type TextureParameter
 ParameterValue Gesture.getTextureParameter(TextureParameter param)
          Get the value of a per-vertex texture parameter.
 void Actor.setParameterValue(TextureParameter param, ParameterValue value)
          Set the values of a texture parameter in every gesture.
 void Gesture.setTextureParameter(TextureParameter param, ParameterValue value)
          Set the value of a per-vertex texture parameter.
 void Gesture.textureChanged(TextureParameter[] oldParams, TextureParameter[] newParams)
          Update the texture parameter values when the texture is changed.
 void Gesture.textureChanged(TextureParameter[] oldParams, TextureParameter[] newParams)
          Update the texture parameter values when the texture is changed.
 

Uses of TextureParameter in artofillusion.image.filter
 

Methods in artofillusion.image.filter that return TextureParameter
 TextureParameter[] SaturationFilter.getParameters()
          Get a list of parameters which affect the behavior of the filter.
 TextureParameter[] ImageFilter.getParameters()
          Deprecated. 
 

Uses of TextureParameter in artofillusion.object
 

Fields in artofillusion.object with type parameters of type TextureParameter
 java.util.HashMap<TextureParameter,java.lang.Double> ProceduralPointLight.ProceduralLightKeyframe.paramValues
           
 java.util.HashMap<TextureParameter,java.lang.Double> ProceduralDirectionalLight.ProceduralLightKeyframe.paramValues
           
 

Methods in artofillusion.object that return TextureParameter
 TextureParameter[] ObjectWrapper.getParameters()
          Get the list of texture parameters for this object.
 TextureParameter[] Object3D.getParameters()
          Get the list of texture parameters for this object.
 TextureParameter[] Mesh.getParameters()
          Get an array of TextureParameters which are defined on this mesh.
 

Methods in artofillusion.object with parameters of type TextureParameter
 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 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.
 void ObjectWrapper.setParameters(TextureParameter[] param)
          Set the list of texture parameters for this object.
 void Object3D.setParameters(TextureParameter[] param)
          Set the list of texture parameters for this object.
 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 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.
 void Tube.TubeKeyframe.textureChanged(TextureParameter[] oldParams, TextureParameter[] newParams)
          Update the texture parameter values when the texture is changed.
 void Tube.TubeKeyframe.textureChanged(TextureParameter[] oldParams, TextureParameter[] newParams)
          Update the texture parameter values when the texture is changed.
 void TriangleMesh.TriangleMeshKeyframe.textureChanged(TextureParameter[] oldParams, TextureParameter[] newParams)
          Update the texture parameter values when the texture is changed.
 void TriangleMesh.TriangleMeshKeyframe.textureChanged(TextureParameter[] oldParams, TextureParameter[] newParams)
          Update the texture parameter values when the texture is changed.
 void SplineMesh.SplineMeshKeyframe.textureChanged(TextureParameter[] oldParams, TextureParameter[] newParams)
          Update the texture parameter values when the texture is changed.
 void SplineMesh.SplineMeshKeyframe.textureChanged(TextureParameter[] oldParams, TextureParameter[] newParams)
          Update the texture parameter values when the texture is changed.
 void Curve.CurveKeyframe.textureChanged(TextureParameter[] oldParams, TextureParameter[] newParams)
          Update the texture parameter values when the texture is changed.
 void Curve.CurveKeyframe.textureChanged(TextureParameter[] oldParams, TextureParameter[] newParams)
          Update the texture parameter values when the texture is changed.
 

Uses of TextureParameter in artofillusion.procedural
 

Methods in artofillusion.procedural that return TextureParameter
 TextureParameter ParameterModule.getParameter(java.lang.Object owner)
           
 

Uses of TextureParameter in artofillusion.texture
 

Methods in artofillusion.texture that return TextureParameter
 TextureParameter LayeredMapping.getLayerBlendingParameter(int layer)
          Get the parameter which specifies the blending fraction for a layer.
 TextureParameter[] LayeredMapping.getLayerParameters(int which)
          Get the list of texture parameters for a particular layer.
 TextureParameter LayeredMapping.getParameterForLayer(TextureParameter parameter, int layer)
          Get the parameter corresponding to a parameter of one of the layer textures or mappings.
 TextureParameter[] UVMapping.getParameters()
           
 TextureParameter[] TextureMapping.getParameters()
          Get the list of texture parameters associated with this mapping and its texture.
 TextureParameter[] Texture.getParameters()
          Get the list of parameters for this texture.
 TextureParameter[] SphericalMapping.getParameters()
           
 TextureParameter[] ProjectionMapping.getParameters()
          Get the list of texture parameters associated with this mapping and its texture.
 TextureParameter[] ProceduralTexture3D.getParameters()
          Get the list of parameters for this texture.
 TextureParameter[] ProceduralTexture2D.getParameters()
          Get the list of parameters for this texture.
 TextureParameter[] LinearMapping3D.getParameters()
           
 TextureParameter[] LayeredMapping.getParameters()
          Get the list of texture parameters.
 TextureParameter[] CylindricalMapping.getParameters()
           
 TextureParameter UVMapping.getUParameter()
          Get the TextureParameter which stores the U texture coordinate.
 TextureParameter UVMapping.getVParameter()
          Get the TextureParameter which stores the V texture coordinate.
 

Methods in artofillusion.texture with parameters of type TextureParameter
 TextureParameter LayeredMapping.getParameterForLayer(TextureParameter parameter, int layer)
          Get the parameter corresponding to a parameter of one of the layer textures or mappings.
 void UVMapping.setFaceTextureCoordinates(Object3D obj, Vec2[][] uv, TextureParameter uParameter, TextureParameter vParameter)
          Given a triangle mesh to which this mapping has been applied and the desired texture coordinates at each vertex, set the texture parameters accordingly.
 void UVMapping.setTextureCoordinates(Object3D obj, Vec2[] uv, TextureParameter uParameter, TextureParameter vParameter)
          Given an object to which this mapping has been applied and the desired texture coordinates at each vertex, set the texture parameters accordingly.
 

Constructors in artofillusion.texture with parameters of type TextureParameter
FaceParameterValue(FacetedMesh mesh, TextureParameter param)
          Create a new FaceParameterValue for a mesh, and initialize it to appropriate default values.
FaceVertexParameterValue(FacetedMesh mesh, TextureParameter param)
          Create a new FaceVertexParameterValue for a mesh, and initialize it to appropriate default values.
VertexParameterValue(Mesh mesh, TextureParameter param)
          Create a new VertexParameterValue for a mesh, and initialize it to appropriate default values.
 



Copyright © 1999-2011 by Peter Eastman.