Object Aligned Bounding Box (OBB) Subdivision

   746   3   0
User Avatar
Member
3 posts
Joined: July 2018
Offline
Implemented Houdini SOP to subdivide input primitive using OBB. Good for Parcel subdivision while creating procedural city layout.
Referred paper by Müller and Team [www.cs.purdue.edu]
Road side check is not added to the SOP as specified in the paper. Current approach check min area as the base condition for recursion.

Works only on ZX plane

Refer the video for implementation detail:
User Avatar
Member
161 posts
Joined: May 2021
Online
This is great! I really enjoyed this paper as well and also Tom Kelly's PhD is worth checking out if you haven't seen that:
Unwritten procedural modeling with the straight
skeleton.
[theses.gla.ac.uk]
Brave, Big-hearted Rebel
------
Design the Future, Now.
PHENOM DESIGN
------
Processing smarter, not harder on a M3 MAX 36GB
User Avatar
Member
3 posts
Joined: July 2018
Offline
Hi PHENOM DESIGN, Thanks for the paper. I have gone through the paper and attempted to create the Skeleton based parcel generation. But in the paper I am not able to to find logic to create "logical streets" which is very essential for &-strip creation. I tried searching for this crucial information. But not able to find. I want to split streets to create logical street procedurally so that user can avoid identifying streets manually
User Avatar
Member
161 posts
Joined: May 2021
Online
Ok, for street-level logic, I have in the past, developed economic lore based on resources in the landscape and used that for path planning of transportation based on attributes. I grew the cities and the zones over small time frames, layed the road network logic. I did not "lay the concrete" so my ability to help my be limited on the very detailed street modules you will need to develop.

Since then the newer Labs settlement tools have really codified and standardized this process. So I would definitely make use of the great tools there. Pegasus Project tutorials could help explain the steps for that:

https://www.sidefx.com/tutorials/project-pegasus-roads-tracks-and-rivers/ [www.sidefx.com]

Here are some paper resources, let me know if you would like more direct technical advice or enjoy the freedom research references provide in implementation. There was a ton of tools added to Houdini for Matrix Resurrections for street logic.

https://smartcodecentral.com/ [smartcodecentral.com]

https://www.cs.purdue.edu/cgvlab/urban/urban-procedural-modeling.html [www.cs.purdue.edu]

https://www.sci.utah.edu/~chengu/street_sig08/street_project.htm [www.sci.utah.edu]

https://cgg.mff.cuni.cz/~benes/PMoURN/data/ProceduralModellingOfUrbanRoadNetworks.pdf [cgg.mff.cuni.cz]

https://cgl.ethz.ch/Downloads/Publications/Papers/2001/p_Par01.pdf [cgl.ethz.ch]

https://repository.rit.edu/cgi/viewcontent.cgi?article=6536&context=theses [repository.rit.edu]

https://www.media.mit.edu/publications/cityscope/ [www.media.mit.edu]

https://aber.apacsci.com/index.php/cd/article/viewFile/1940/2087 [aber.apacsci.com]
Brave, Big-hearted Rebel
------
Design the Future, Now.
PHENOM DESIGN
------
Processing smarter, not harder on a M3 MAX 36GB
  • Quick Links