Description Stated Goal My goal is to create a procedural framework that efficiently populates landscapes with assets based on terrain characteristics, allowing for easy customization and fast iteration. This framework will seamlessly integrate features from both Houdini and Unreal, while maintaining a high level of realism. Background Through a conversation with a mentor over the […]
Tag: Pathfinding
Description Goal The goal of this project is to generate the shortest possible path between two points on a generated landscape. This would allow for fast and dynamic road generation that would follow the terrain. Algorithm Result Challenges Data Structures Originally my goal was to implement the A* Algorithm in Houdini from scratch. One of […]