novodran

novodran

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

open source map data Feb. 24, 2012, 3 a.m.

There is an overview of the process at the description of the Houdini XML Based Procedural Cities video (paragraphs 1 to 3 specifically)
http://cmivfx.com/tutorials/view/233/Houdini+XML+Based+Procedural+Cities [cmivfx.com]

Extract Geometry from Image ??????????????? Feb. 6, 2012, 10:21 a.m.

I ve some tutorials and they used to do it with the “trace” node in SHOP
Take a look at Trace surface node.
http://www.sidefx.com/docs/houdini11.1/nodes/sop/trace [sidefx.com]

HDK: BV_KDOPTree problem Feb. 1, 2012, 11:31 a.m.

It seems that HDK's BV_KDOPTree/GU_KDOPTree cannot handle the polygons with the same barycenter and cause a segmentation fault. The problem is less esoteric than it might seem - I am experimenting with a BVH construction for a game collision geometry and polygons that differ only in vertex order are a necessity. Also the polygons doesn't have to be co-planar to crash Houdini - a same barycenter that is the fault condition.
I am attaching a test plug-in source and a test scene. I don't have access to Houdini 12 beta, so would be great if somebody could try it out with H12 to check whether the problem persists.
My guess is there is a bug in BV_KDOPTree implementation, but I might miss a point with something, in this case please advise me.