tranzor

tranzor

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Create a Particle Shockwave Tutorial Dec. 26, 2005, 1:17 a.m.

Vertex23
Create a Particle Shockwave Tutorial

It seems that this tuorials is flawed somehow,
especially part 4. Set up the shockwave rings

I found out that the first expression is missing a bracket
((clamp($FF, 2, 3*20+20/2)%20)<=1) <—(added this one)

Maybe the second expression is also errenous
chf(“../shockwave_emitter/impulseactivate”, $F-1) ???

It never works the way it's supposed to, there are no waves generated.
Any clues ??

Hey Vertex, in case you haven't already been told, one thing I did was I wrapped the expression using if as such:

if (((clamp($FF, 2, 3*20+20/2)%20)<=1), 1, 0)

Let me know how that works out for ya. You can do an exhelp on if in the textport to see what I did.