Emitting particles from polygon clusters


Here’s an ICE tree that emits a particle from each polygon in a cluster.
In Emit from Position, I’ve set the Rate Type to Total Number of Particles, and the Rate to 1, so I get a single particle per polygon.

I exploded the Align to Emit Location compound and modified it to use the PolygonNormal to align the particles (which I’ve set to “cones”).

Hat tip: Sebastian Kowalski on the XSI mailing list

Breakup an object by polygon


Here’s one way to take a mesh and turn every polygon into a separate object.

First, download and install the JP_Separate plugin (requires an AREA logon). See below the fold for install instructions.

Then, do this:

  1. Select all polygons.
  2. Click Modify > Poly Mesh > Disconnect Components, and select the Explode check box.
  3. Select the sphere.
  4. Click Modify > Poly Mesh > JP_Separate to make each polygon a separate object.

Hat Tip: Grahame Fuller on the mailing list.

Here’s an example. After breaking up a default sphere into 64 new objects (one per polygon), I used “Transform Objects by Particles” to create this simple effect:

Continue reading

Connecting FX Tree nodes with the FX Operator Selector


Here’s a quick how to video.

Like it says on softimageblog.com:

p.s. : Cool people add fxtree operators by clicking them in the Operator Selector, and then middle-clicking several times in the fxtree to chose the 1) first input 2) second input 3) output (if necessary) and finnally middle click in the background to set the insert location. The Fx operator selector shows which connection is currently being selected. Select any optionnal inputs you want to pick by first clicking the checkbox next to it in the Operator Selector

Friday Flashback #15


Some poladroid pictures of shirts I found while cleaning out my attic yesterday.

T-shirt from a SOFTIMAGE|3D training kit:

SOFTIMAGE|SDK t-shirt (front, back)

Softimage 10 years:

Softimage Technology Group–For awhile, I was part of the Technology Group, which was a group of Sumatra and DS developers charged with building common technology between DS and Sumatra.

IBC ’95. A month after I joined Softimage, they sent me to Amsterdam for IBC. I had been training for the Montreal marathon; instead I did the half in Amsterdam in the rain.

SIGGRAPH ’96 in New Orleans. I did the Canal Street Classic 5k while I was down at siggraph. It started and ended right outside my hotel, which was convenient. One of the hottest runs I’ve ever done; not enjoyable at all.

ICE modeling: Building a polygonal description


In this video, I use a simple example (a 2×2 grid) to show one approach to building up a polygonal description array.

A polygonal description array is an array of vertex indices that looks something like this:

0 3 4 1 -2 1 4 5 2 -2 3 6 7 4 -2 4 7 8 5 -2

where the “-2” is a separator between polygons.

If you’re interested, the corresponding scene is here.

http://vimeo.com/22617674

hat tip to Guillaume Laferriere for the Index Array to Select Case technique.