Procedural Modeling: The 99th Precinct

Responsible for All Aspects

Year: 2022

Program: Houdini

Render in Mantra

The aim of this project is to acquire proficiency in utilizing procedural methods to generate objects and scenes in Houdini. The primary focus will be on using copy/copy stamping, instancing, or for/each techniques, and taking advantage of the capabilities of packed primitives. The project emphasizes the creation of visual diversity in a complex scene through procedural variations. The objective is to develop a scene with intricate details using procedural methods.

1. FOLLOW THE reference structure

2. START WITH SIMPLE BLOCK

Process

My reference is a precinct from my favorite tv series called Brooklyn nine-nine.

To gain a better understanding of procedural concepts and to ensure that my building could adjust its dimensions accurately, I began by constructing a basic block using expressions and procedural modeling.

Using copy with Stamp to determine the window size, the gap. Remember to -1 to avoid the window overlap the door.

Using the same copy Stamp node to create the second additional Floor. And using the Transform node to set the window to be in front of the wall.

3. BASE ON THE REFERNECE, ADD THE DETAIL TO THE BUILDING.

Basically, I used a lot of poly extrude and poly bevel nodes to create the detail of the building layer and roof. And it will show the prominent results. Rather than just putting a box on it. In addition, I would like to have a four-pillar sit at the four corners, so I use the Blast node to remove the geometry that I select.

I also used the blast node to isolate the window, and then used add node to create the point. Then, I can use copytopoints to attach the shelters. (Console using the same method)

For the air conditioner, the beginning process is similar to the way I build the shelter. Next, I used the Fuse SOP to snap points together. Next, use attribute randomize to set the distribution to 'two values' (show black and white points ). Using delete node to delete the white node.

@Cd. r > 0.1

Meaning RGB pass. If color more than .1, it will leave black pint only.

Using attribute randomize to set the distribution to 'two values' again. Create to delete node, one node set the operation to Delete Non-Selected to isolate the black points. The other delete node set the operation to Delete Selected to isolate the white points. Each of them connects each copytopoints node to have two different position air conditions. I also used the null node to get a convenient way to exchange the mesh.

4. TEXTURING

As the building model was intended to be simplified, I opted for a more minimalist approach to texturing. I utilized a base color map and a normal map to enhance certain areas of the building. For the air conditioner model, I exported the fbx file using ROP FBX Output and imported it into Substance Painter for texturing. Finally, I incorporated an HDRI from Poly Haven to capture reflections from the windows.

COMPARISON