Hi Guys, I’m new to the forum. I have just started working with Rhino from previously SketchUp User.
I have a question to you guys, How can I insert 2d face me people into Rhino?
Thank you.
Hi Guys, I’m new to the forum. I have just started working with Rhino from previously SketchUp User.
I have a question to you guys, How can I insert 2d face me people into Rhino?
Thank you.
See these threads for discussion on that topic and some scripts to achieve this:
Quick solution - you need this little plugin (save where you want to keep it and drag&drop it to Rhino - installed). Now create a new button and add this two scripts. One call defines the billboard objects and the other turn all to the camera. Change the path like you are using.
Left mouse button: Allign Billboards to camera
-_LoadScript “C:\Program Files (x86)\Rhinoceros 4.0\Extra\V4-RotateMapped.rvb” o
Right mouse button: Select Billboards
-_LoadScript “C:\Program Files (x86)\Rhinoceros 4.0\Extra\V4-RotateMapped.rvb” s
V4-RotateMapped.rvb (2.1 KB)