syzmatrix Posted May 14, 2014 Share Posted May 14, 2014 Simple question, I want some flip simulation with some texture color? So is it possible to project a texture from up to my flip water surface? And when the sim starts, the flip particles will take the color and start to mix with each other? Thank you very much!!! Quote Link to comment Share on other sites More sharing options...
tomwyn Posted May 14, 2014 Share Posted May 14, 2014 (edited) If you're trying to get a texture through from SOPs, you can transfer the texture colour to the points that you're using to emit fluid particles from. However you mention 'project a texture' - Do you mean camera projecting the texture onto the points at frame 1 of the sim so that each point keeps that colour throughout the sim? I'd post an example file of my first suggestion, but I'm at work right now. EDIT: Off the top of my head - To transfer colours to point, promote uv attrib from vertex to point, then plug into a vopsop, import attrib & use 'colormap' to attach your texture map. then plug that into Cd output) Then you can fill/scatter your geo with points, attrib transfer the colour, create particles with point sop & import that into your dopnet. This is my first answer to a question on here, so maybe this isn't the most accurate way to achieve this. Edited May 14, 2014 by tomwyn Quote Link to comment Share on other sites More sharing options...
chrobak Posted May 15, 2014 Share Posted May 15, 2014 if your looking to project a texture onto a fluid i suggest you refer to this video. it doesnt have the process but it shows i can be done.https://vimeo.com/88171240 Quote Link to comment Share on other sites More sharing options...
whodini Posted May 16, 2014 Share Posted May 16, 2014 just add a uv texture sop after your fluid source and set it to whatever projection mode you want, then your flip particles will have uv's. You can apply a texture post sim or right after the uvtexture using a attribfrommap sop or doing it through a vopsop sode via colormap if you have lots of points. Then your points will sim with the colors from the map. 1 Quote Link to comment Share on other sites More sharing options...
Sankar Kumar Posted October 30, 2014 Share Posted October 30, 2014 just add a uv texture sop after your fluid source and set it to whatever projection mode you want, then your flip particles will have uv's. You can apply a texture post sim or right after the uvtexture using a attribfrommap sop or doing it through a vopsop sode via colormap if you have lots of points. Then your points will sim with the colors from the map. Thanks for the useful tip 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.