iamjaideep80 Posted July 18, 2008 Share Posted July 18, 2008 HI........... I am writing a Procedural Primitive for Renderman. The attempt is to write a fur procedural for renderman. In my DSO, I am creating multiple curves using , RiCurvesV() function. It is working. It creates multiple curves with given points. Now, instead of curves, I want to place a custom geometry, with LOD. So I am using Delayed Read Archive. My code is something like this.. RtString args[] = {"/home/jaideepk/grass_1.rib"}; RtBound mybound = {-1, 1, -1, 1, -1,1} ; RiProcedural((RtPointer)args, mybound, RiProcDelayedReadArchive,NULL); Is it the right way to call archive? I am getting a blank output. My grass_1.rib file is in RIB binding and not C_Binding. Is that wrong?? Plz Help 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.