Uses of Interface
artofillusion.procedural.ProcedureOwner

Packages that use ProcedureOwner
artofillusion.animation   
artofillusion.animation.distortion   
artofillusion.material   
artofillusion.procedural   
artofillusion.texture   
 

Uses of ProcedureOwner in artofillusion.animation
 

Classes in artofillusion.animation that implement ProcedureOwner
 class ProceduralPositionTrack
          This is a Track which uses a procedure to control the position of an object.
 class ProceduralRotationTrack
          This is a Track which uses a procedure to control the orientation of an object.
 

Uses of ProcedureOwner in artofillusion.animation.distortion
 

Classes in artofillusion.animation.distortion that implement ProcedureOwner
 class CustomDistortionTrack
          This is a Track which uses a procedure to deform object.
 

Uses of ProcedureOwner in artofillusion.material
 

Classes in artofillusion.material that implement ProcedureOwner
 class ProceduralMaterial3D
          This is a Material3D which uses a Procedure to calculate its properties.
 

Uses of ProcedureOwner in artofillusion.procedural
 

Methods in artofillusion.procedural that return ProcedureOwner
 ProcedureOwner ProcedureEditor.getOwner()
          Get the editor's owner.
 

Constructors in artofillusion.procedural with parameters of type ProcedureOwner
ProcedureEditor(Procedure proc, ProcedureOwner owner, Scene scene)
           
 

Uses of ProcedureOwner in artofillusion.texture
 

Classes in artofillusion.texture that implement ProcedureOwner
 class ProceduralTexture2D
          This is a Texture2D which uses a Procedure to calculate its properties.
 class ProceduralTexture3D
          This is a Texture3D which uses a Procedure to calculate its properties.
 



Copyright © 1999-2011 by Peter Eastman.