kumpa Posted March 22, 2008 Share Posted March 22, 2008 I am using Sitex Air for some time now, but i still cant figure out how to enable true displacement from Houdini. Adding rendering parameter "True Displacement" from Edit Rendering Parameters to ROP, SHOP or object does not seem to do the trick. Only i know is to edit .rib and add "Attribute "render" "truedisplacement" 1" line to it. Is it possible to create such an attribute with Attribute Create SOP ? ty kumpa Quote Link to comment Share on other sites More sharing options...
aracid Posted March 22, 2008 Share Posted March 22, 2008 Hey I think there are there are a number of ways to append that little snippet of code into your rib, One of the best methods would be taking advantage of SOHO, which is for another topic completely. however one way i've used before and that is very simple to setup would be using the the pre-include script. you can do this by clicking on the little gear on object, "Edit Rendering Parameters" Then append the *include parameters. that will produce the following parameters on your object. this will allow you too embed any custom rib/text into the rib that are specific to that object. very useful once you've appended the parameters, just past that line of code into either the obj pre or post include, not too sure off hand. while looking up that method i came across user defined attributes that are also embedded into the rib, that might be worth investigating is I dont have air running on my box, so i hope this all makes sense, and most importantly works. There are some example files that come along with air that are well worth looking at, just too understand how things should be setup, ie for volumetrics, or displacement etc, essentially thats what you've gotta aim for. hope this helps brian Quote Link to comment Share on other sites More sharing options...
kumpa Posted March 23, 2008 Author Share Posted March 23, 2008 That is so nice, works perfectly, thanks a lot ! Looks like it needs to be put in pre-include. 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.