Ive used particle flow to build objects up in the past, by breaking them into different pieces and assigning a particle to each one, then breaking them apart/reversing the rendered clip with the usual pflow thing.
I dont know how to get fine control over my particles though - I usually just end up pushing them around/spinning them off and playing the whole thing backwards to get the desired effect. I know it can be done properly, when played forwards, but I dont know how...
Does anyone know of a good resource to learn this kind of scripting? From my efforts so far i'm having serious difficulty finding a good resourse for it which goes into specifics instead of general programming excersizes.
I want to be doing things like pushing them out from the normals of the original mesh, general control over the motion by use of a correctly alligned gizmo based on the original mesh.
I assumed this would just be done with a script operator after i've set everything up, but I cant find any resource telling me what I can actually put in there. Ive gathered a list of general commands but theres still something missing.
I'd love to learn general maxscript properly sometime too, so as a second question, are there any good bibles/resources available?
I dont know how to get fine control over my particles though - I usually just end up pushing them around/spinning them off and playing the whole thing backwards to get the desired effect. I know it can be done properly, when played forwards, but I dont know how...
Does anyone know of a good resource to learn this kind of scripting? From my efforts so far i'm having serious difficulty finding a good resourse for it which goes into specifics instead of general programming excersizes.
I want to be doing things like pushing them out from the normals of the original mesh, general control over the motion by use of a correctly alligned gizmo based on the original mesh.
I assumed this would just be done with a script operator after i've set everything up, but I cant find any resource telling me what I can actually put in there. Ive gathered a list of general commands but theres still something missing.
I'd love to learn general maxscript properly sometime too, so as a second question, are there any good bibles/resources available?
Comment