Wish
Wish
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
VRAY error 2009年11月7日15:30
Ok. I understand. I can't query geometry in initialization. I haven't idea why…
VRAY error 2009年11月7日15:20
Hi. There is a little issue with procedurals. I want to do my old procedural generators for houdini 10. They works fine in 9.5. But in 10 i have an issue with geometry query. A simple example:
I have polygonal sphere with “/obj/geoA” path. And i have void *handleObj = queryObject(“/obj/geoA”); in my procedural. But the result is:
void *handleObj = queryObject(points);
What is the difference between 10 and 9.5 in query? Why this method returns NULL in 10?
Thanks
I have polygonal sphere with “/obj/geoA” path. And i have void *handleObj = queryObject(“/obj/geoA”); in my procedural. But the result is:
void *handleObj = queryObject(points);
What is the difference between 10 and 9.5 in query? Why this method returns NULL in 10?
Thanks
HDK: geometry 2008年12月11日14:03
gdp isn't a type of geometry. It's a geometry data pointer. It can points to all types of geometry. To specify the type look at HDK classes like GU_Detail, GU_PrimCircle and so on. Check doxygen docs to find all the stuff you need.