Uses of Class
artofillusion.procedural.Procedure

Packages that use Procedure
artofillusion.animation.distortion   
artofillusion.procedural   
artofillusion.texture   
 

Uses of Procedure in artofillusion.animation.distortion
 

Constructors in artofillusion.animation.distortion with parameters of type Procedure
CustomDistortion(Procedure proc, int procVersion, PointInfo point, double weight, Mat4 preTransform, Mat4 postTransform)
           
 

Uses of Procedure in artofillusion.procedural
 

Methods in artofillusion.procedural with parameters of type Procedure
 void Procedure.copy(Procedure proc)
          Make this procedure identical to another one.
 

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

Uses of Procedure in artofillusion.texture
 

Methods in artofillusion.texture that return Procedure
 Procedure ProceduralTexture3D.getProcedure()
          Get the procedure used by this texture.
 Procedure ProceduralTexture2D.getProcedure()
          Get the procedure used by this texture.
 



Copyright © 1999-2011 by Peter Eastman.