Spectraljump Posted April 16, 2016 Share Posted April 16, 2016 (edited) I'm pretty new to houdini particle stuff, and I'm trying to figure out how to turn a .csv of points into particles that I want to render into a night skybox. The csv contains position, color, size and intensity of 120,000 closest stars to Earth. I can successfully load in the points via a TableImport node, or via a python script which loops through lines, and creates node.geometry() createPoint(). If I plug the tableimport node into a Particles node, then stuff happens, but I think it's trying to spawn particles from those points. I want to make the points themselves into particles, with position, size, intensity and color. And once I spawned stuff, how would I reference the (color, size etc) data from the table? PS: If anyone wants the original star data: http://astronexus.com/node/34 houdini particles v2.hipnc hygdata_v3_simplified.rar Edited April 17, 2016 by Spectraljump 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.