ashishdantu
02-21-2005, 05:52 PM
Hi people,
I would like to share the chat i had with Peter regarding AfterBurn. I thought it might help understand this tool..
========================================
Hi Peter,
well, i've been trying to work with afterburn for quite sometime now and have been recomending it to few
others at CGTALK..
Would appreciate if you can go through the following links, when you are free and help us with
implemetation queries regarding getting the shading right after we have tweaked our particle dynamics...
Links:
http://cgtalk.com/showthread.php?t=197430 (http://showthread.php?t=197430)
http://cgtalk.com/showthread.php?t=211064 (http://showthread.php?t=211064)
http://cgtalk.com/showthread.php?t=210420 (http://showthread.php?t=210420)
http://cgtalk.com/showthread.php?t=209509 (http://showthread.php?t=209509)
Would request for a tutorial where implementation of afterburn examples can be used / customized for a real
world project. I have some doubts in the case of how to use Afterburn and make missile trails, Vehicle
Blasts and Smoke from Volcano erruption.
Thanx for the AfterBurn 1.1 update . One last doubt.. Say i have my particle
setupin the scene. So can we select that particle and somehow use ur preset , say "smoke" or "tendril" -
shader applied to it ?
regards,
ashish
====================================
Hi,
I went through the posts and i can understand you guys -the particle/fluid setup is really tricky.
There is no strightforward way to do it, everything depends on per shot/camera/distance/light basis.
The only thing i can say is that you must spend good time to understand how the things are interacting togather, after that
you will know what to expect by every manipulation over the PP controled fluid attributes. All this sounds too obvious, but
i learned bunch of guys in my previous studio how to do it and i understand that only the time playing with the stuff matterss.
I also noticed that most of the guys just dont need so mutch control they just blow away many of the PP attributes, ramps, arrayMappers,
etc.and focus only over the important ones needed for the shot.
The basic idea is to have a ramp which returns values bethween 0 and 1, then with arrayMapper i can remap these 0 to one values to -123934853
to +3459834589 or whatever i want values. To do that easily i have min max attributes added to the particleShape, they are connecteed to
arrayMapper's min/max value.
In this way we have parametrized random values - no more crazy rand() / sphrand () stuff. Then this arrayMapper returns these
remaped values to my PP attribute, this PP attribute is connected to particleSamplerInfo node
connected to some fluidShape attribute. In this way i'm passing PP data bethween
particles and fluids ( or whatever other i want ).
The easyiest way to create nice looking fluid paritcles is to create a new fluidContainer
and to start tweaking it, after you are quite lucky with the result save a preset, then load
this preset in your fluid container which is coloring your particles.
Of course many attributes of this container are connected to particleSmaplerInfo node and the
first and second fluids are looking too different. Now you are ready to start tweaking your PP
attributes ( to control your fluid ). For every fluid ttribute connected to PP attribute you
must compare the values of the first ( already nice looking fluid ) and to adjust the related
PP atributes ( here i'm talking for the ramp color values and the min max attributes added to the
particle shape ).
I'm sure very fast you will understand how the things are going. About your idea to apply fluids to already existing particleShapes - i
like it. One of the problems i can see is that most of these particleShapes in most cases will have already PP attributes like
radiusPP, lifespanPP, whatewerPP and i must implement good logic what is going on, otherwise i will overwrite them and this will damage
already coocked stuff. From my point of view is better to add to your scene
some of the presets and then using dynamicRelationShip editor to connect the
new particleShapes to the needed fields/emiters/collisions etc, the rest is
some tweaking.
About 1.1 - in fact i have couple of more things to add, but for now i just have not
time to do it.
Thanks
Peter
===================================================================
Hey , this is my 100th post !! UUmmm.. good to be here.
I would like to share the chat i had with Peter regarding AfterBurn. I thought it might help understand this tool..
========================================
Hi Peter,
well, i've been trying to work with afterburn for quite sometime now and have been recomending it to few
others at CGTALK..
Would appreciate if you can go through the following links, when you are free and help us with
implemetation queries regarding getting the shading right after we have tweaked our particle dynamics...
Links:
http://cgtalk.com/showthread.php?t=197430 (http://showthread.php?t=197430)
http://cgtalk.com/showthread.php?t=211064 (http://showthread.php?t=211064)
http://cgtalk.com/showthread.php?t=210420 (http://showthread.php?t=210420)
http://cgtalk.com/showthread.php?t=209509 (http://showthread.php?t=209509)
Would request for a tutorial where implementation of afterburn examples can be used / customized for a real
world project. I have some doubts in the case of how to use Afterburn and make missile trails, Vehicle
Blasts and Smoke from Volcano erruption.
Thanx for the AfterBurn 1.1 update . One last doubt.. Say i have my particle
setupin the scene. So can we select that particle and somehow use ur preset , say "smoke" or "tendril" -
shader applied to it ?
regards,
ashish
====================================
Hi,
I went through the posts and i can understand you guys -the particle/fluid setup is really tricky.
There is no strightforward way to do it, everything depends on per shot/camera/distance/light basis.
The only thing i can say is that you must spend good time to understand how the things are interacting togather, after that
you will know what to expect by every manipulation over the PP controled fluid attributes. All this sounds too obvious, but
i learned bunch of guys in my previous studio how to do it and i understand that only the time playing with the stuff matterss.
I also noticed that most of the guys just dont need so mutch control they just blow away many of the PP attributes, ramps, arrayMappers,
etc.and focus only over the important ones needed for the shot.
The basic idea is to have a ramp which returns values bethween 0 and 1, then with arrayMapper i can remap these 0 to one values to -123934853
to +3459834589 or whatever i want values. To do that easily i have min max attributes added to the particleShape, they are connecteed to
arrayMapper's min/max value.
In this way we have parametrized random values - no more crazy rand() / sphrand () stuff. Then this arrayMapper returns these
remaped values to my PP attribute, this PP attribute is connected to particleSamplerInfo node
connected to some fluidShape attribute. In this way i'm passing PP data bethween
particles and fluids ( or whatever other i want ).
The easyiest way to create nice looking fluid paritcles is to create a new fluidContainer
and to start tweaking it, after you are quite lucky with the result save a preset, then load
this preset in your fluid container which is coloring your particles.
Of course many attributes of this container are connected to particleSmaplerInfo node and the
first and second fluids are looking too different. Now you are ready to start tweaking your PP
attributes ( to control your fluid ). For every fluid ttribute connected to PP attribute you
must compare the values of the first ( already nice looking fluid ) and to adjust the related
PP atributes ( here i'm talking for the ramp color values and the min max attributes added to the
particle shape ).
I'm sure very fast you will understand how the things are going. About your idea to apply fluids to already existing particleShapes - i
like it. One of the problems i can see is that most of these particleShapes in most cases will have already PP attributes like
radiusPP, lifespanPP, whatewerPP and i must implement good logic what is going on, otherwise i will overwrite them and this will damage
already coocked stuff. From my point of view is better to add to your scene
some of the presets and then using dynamicRelationShip editor to connect the
new particleShapes to the needed fields/emiters/collisions etc, the rest is
some tweaking.
About 1.1 - in fact i have couple of more things to add, but for now i just have not
time to do it.
Thanks
Peter
===================================================================
Hey , this is my 100th post !! UUmmm.. good to be here.
