Jump to content

Delayed Read Archive Question


Recommended Posts

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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...