6ril Posted May 21, 2016 Share Posted May 21, 2016 Thanks Matt ! Quote Link to comment Share on other sites More sharing options...
CaptainAhoy Posted May 21, 2016 Author Share Posted May 21, 2016 15 hours ago, mestela said: Tried my usual cheap trick of scattering, animate the uv, attrib interpolate. I've attached 2 versions, one which converts the points to geolights, the other version just transfers the colour of the points back onto the lines (limited render power at home... ) circuitboard_v01.hipnc Ah, also don't forget about houdini's neat trick of shader attribute overrides. You almost take for granted that colours on your geo ( @Cd ) will show up in the render. That's because most of the default shaders have an option, 'use point color' enabled, so if your geo has Cd, it will override the material color. This applies for _any_ property on a shader. If you hover on the title of a material parameter, it will tell you the internal parm name. If you have a point attrib with the same name, it will override the material property, just like how Cd overrides the material colour. That said emission from materials can be noisy. Converting to a geo light can be less noisy, but still noisy. Another alternative is to instance a light onto your moving points, with a small active radius and no shadows, that should be noise free and fast to render. All methods are in the following hip file. circuitboard_v02.hipnc Thanks a lot matt! This is beautiful! Very helpful tips! 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.