Anatol Posted April 17, 2015 Share Posted April 17, 2015 Hi guys. I found pretty good topic explaining how to transfer color to volume from particles http://forums.odforce.net/topic/19328-get-pyro-color-from-particles But I cant rebuild this for using with cloud rig. Is there any way to transfer color from points to clouds? Thank you. MY_COLOR_TEST.hip Quote Link to comment Share on other sites More sharing options...
Anatol Posted April 18, 2015 Author Share Posted April 18, 2015 (edited) I also tried to use AttributeVop to set the color of volume. Cd sets entire color of the volume, and I can't get how can I use points to set the color of volume My_color_test_002.hip Edited April 18, 2015 by Anatol Quote Link to comment Share on other sites More sharing options...
pezetko Posted April 18, 2015 Share Posted April 18, 2015 You need to create vector (3 float) volume where you store your colors (e.x. Cd) or three float volumes (Cd.x Cd.y, Cd.z). e.g. Volume From Attribute. Then in your VolumeVisualization set Density Field to density and Diffuse Field to Cd if you have vector volume (or Cd.* if you have 3 floating volumes) and keep Diffuse Ramp at defaults. Quote Link to comment Share on other sites More sharing options...
Anatol Posted April 18, 2015 Author Share Posted April 18, 2015 (edited) Thank you pezetko. I tried to use attribute from volume, but I still got no idea how to transfer color to cloud rig cloud - it's already created volume with it's attributes? My_color_test_003.hip Edited April 18, 2015 by Anatol Quote Link to comment Share on other sites More sharing options...
pezetko Posted April 19, 2015 Share Posted April 19, 2015 Almost there, just merge Cd volume with the Cloud volume. See file (visualization in the viewport is somehow wrong on my system, but render is ok) My_color_test_003_done.hipnc Quote Link to comment Share on other sites More sharing options...
Anatol Posted April 22, 2015 Author Share Posted April 22, 2015 Thanks a lot, pezetko! Kinda tricky way but it works %) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.