Monday, December 19, 2011

Creating a grid by ICE Modeling

I studied about ICE topology mesh.I tried creating a grid by ICE modeling.
The following is the algorithm for creating grid topology.


Compound Name: "sto Create Grid"

 U Length: The length of U-axis.
 - V Length: The length of V-axis.
 - Subdivisions U: The number of segments(U-axis).
 - Subdivisions V: The number of segments(V-axis).

Download -> here

Saturday, December 10, 2011

Gaussian blur

I built a ICE compound to smooth/blur a weight map by a Gaussian function.











The following is the ICE tree of a Gaussian function and the graph of result.











The following is the function calculated by the ICE tree.
exp( -Distance * Distance / ( 2 * Radius * Radius ) )



Compound Name:  "sto Gaussian Blur Map"





Mute: Disable the calculation.
Radius: The value of blur size.
Value: The Input value.

Download -> here