Pavel Zosim

Pavel Zosim

About Me

Technical Artist (VFX) focused on procedural workflows and tool development in Houdini. Work includes attribute-driven systems, geometry generation, and pipeline-oriented setups. Tools are designed as deterministic networks that can be reused across production contexts. Primary focus: - Proc...  more
EXPERTISE
Indie Gamedev
INDUSTRY
Gamedev

Connect

LOCATION
Chisinau, Moldova, Republic of

Houdini Skills

ADVANCED
Procedural Modeling
INTERMEDIATE
Environments  | Digital Assets  | Character Rigging  | Motion Editing  | Animation  | Solaris  | Mantra  | Karma  | Lighting  | Pyro FX  | Fluids  | Destruction FX  | Realtime FX  | PDG  | VEX  | Python

Availability

I am available for Full Time Work

Recent Forum Posts

Houdini to Unreal Procedural Pipeline Sept. 16, 2026, 7:42 a.m.

Hi,
I’ve been developing a procedural environment and level-design pipeline built around a Houdini HDA and Unreal Engine 5.
It started as an experiment with maze generation and pathfinding, mainly to generate modular spaces such as basements, caves, corridors, and labyrinths. Over time, it evolved into a broader system based on deterministic rules, artist control, gameplay dependencies, validation, and engine-side representation.

The main idea is simple: procedural does not have to mean random.
The current implementation uses JSON as an intermediate data layer, so Houdini describes procedural intent while Unreal handles engine-specific representation.

As the system grew, I also added typed placement routing. Gameplay objects can remain independent Blueprint Actors, while repeated structural elements are routed into HISM-based containers. This keeps procedural generation separate from the way Unreal represents the result.

The project has gradually evolved from a single HDA into a small pipeline with its own data format, documentation, validation, and engine-side implementation.

Main breakdown [www.pavelzosim.com]

Typed placement / HISM routing [www.pavelzosim.com]

Still an active R&D project. I’d be interested in feedback on the Houdini architecture and the separation between procedural intent and Unreal-side implementation.


Procedural Tire Generator (Houdini) March 24, 2026, 5:25 a.m.

Working on a procedural tire generator in Houdini.

The system builds tire geometry using profile-based construction,
radial symmetry, and procedural tread patterns.

The setup separates base shape, tread generation,
and secondary detail layers for controlled variation.



More details:
https://www.pavelzosim.com/post/procedural-modeling-tire-generator [www.pavelzosim.com]