Cannot sample PRT Loaders...?

EDIT: Ok, so the ParticleSumRadius outputs Int, and the Greater input float. So… Either MagmaFlow should have thrown an error alerting me to the mismatch or there should have been an implicit conversion from int to float.

I must be doing something wrong…

Alpha 002, 2012 x64.

I have tried both PRT Ember and SIM Ember, and with neither can I get this to work.

I’m just trying to say “If there is a point inside the voxel, set the density to 1, else 0.”

So I have InputParticles -> ParticleSumRadius -> Greater -> Switch -> OUT:Density. But I’m still getting no points generated. I can’t debug the ParticleSumRadius, so I’m not sure what values I’m getting out.

The Ember error reporting is pretty messed up right now. That sample you posted is having trouble with the comparison of integer to float (no implicit conversions yet), just not displaying the problem.

The short version is that NO ERRORS are reported inside the MagmaFlow Editor right now.
All the errors land in the MAXScript Listener.
Sorry, Alpha software :slight_smile:

I was considering changing the message “Current Object, No Errors” text to “Current Object, Error reporting is not implemented yet, see Listener” yesterday :wink:

Yeah, that would have saved me a good half hour. Ben and I were saying “well, it doesn’t have any errors, so I’m not sure what the problem is”.