Hi!
I'm currently working on a multiple color explosion, and I need to transfer the color of these points coming from a colored sphere inside a popnet node with the trails they have generated in another DopNetwork.
Is this possible? Any idea or suggestions are absolutely welcome.
The reference used in this project is this video from MythBusters (min 3:00)
http://www.discovery.com/tv-shows/mythbusters/videos/explosive-painting-aftershow/ [discovery.com]
Thanks
Color transfer from points to voxels
5031 4 1- polvy
- Member
- 8 posts
- Joined: 6月 2015
- Offline
- sidenimjay
- Member
- 702 posts
- Joined:
- Offline
https://nccastaff.bournemouth.ac.uk/jmacey/MastersProjects/MSc09/Claes/ [nccastaff.bournemouth.ac.uk]
you will find the answers there!
good luck!
you will find the answers there!
good luck!
- polvy
- Member
- 8 posts
- Joined: 6月 2015
- Offline
- jbudsberg
- Member
- 92 posts
- Joined: 8月 2010
- Offline
you can generate vdb grids from arbitrary particle attributes via vdbFromParticles' “point attributes” multiparm, hence you can add Cd there to make a color vdb grid.
alternatively, you could skip creating a color vdb grid and simply modify the diffuse color of the volume shader (ie read the point color at rendertime with a pcfilter).
-jeff
alternatively, you could skip creating a color vdb grid and simply modify the diffuse color of the volume shader (ie read the point color at rendertime with a pcfilter).
-jeff
- polvy
- Member
- 8 posts
- Joined: 6月 2015
- Offline
-
- Quick Links