2021

MSc Projects 2021

MSc projects from 2021

Alexandra Kim Bui

This work demonstrates the usage of voronoi fracture extrusions for creating a procedural city blocks. The user is able to control 4 stages of the creation the flora such as trees, bushes, waters like rivers), buildings (city centre, residential area, administrative buildings) and roads with pathways.

Dmitrii Shevchenko

This project presents a modular rigging pipeline that enables user to create rigs using either Python API directly or via node-based interface. The system aims to be extensible, allowing rigger to add new custom rig components or extend already existing ones. In order to be tool-oriented this pipeline utilizes metadata concept and component to Python class bindings which leads to consistent functionality for any additional tools.

Edward Barnes

This project did .......

Enze Sun

This project did .......

Georgie Challis

This project did .......

Hari Subramani

This project did .......

Hirad Yazdanpanah

SDF raymarching algorithms have been typically slow for real-time use until today. And no matter how optimized and efficient they are, real-time and interactive usage of these algorithms, once the CPU-GPU communication occurs, can be quite resource-intensive and expensive, which may lead to low performance and stalling the application. This thesis describes a Vulkan-based implementation for SDF Raymarching in real-time aiming to provide a proof-of-concept, as a mean for creating efficient solutions that simplify runtime evaluation of complex data through the GPU with a low-overhead CPU to GPU abstraction.

Josh Bailey

The nature of this project was to design and implement an interactive shader editor that is equally accessible to both programmers and artists. The tool provides users with the choice between a code or node editor, to develop fragment shaders. The former requires previous GLSL experience, with users expect to code their shaders from scratch. However, the latter requires no previous programming experiences and takes advantage of a node-based editor, using a pre-implemented Ray Marching algorithm.

Kirdana Sairathan

This project documents the procedural simulation of rotting and decay, which is a natural phenomime many have seen. It can be simulated to add realism to a scene. Several papers relating to this topic have been discussed, highlighting some of the commonly used techniques. A custom-made solver was developed in Houdini18.5 using the Pyro Sop Solver and predominantly the VEX Wrangles and VOP networks to simulate this process. This report outlines the framework to create a rotting simulation of several fruits; apple, banana and orange. This digital asset will allow the user to input their modelled fruit and set various parameters to create the desired rotting effect they wish. Further development is required to add further realism into the simulation

Ollie Nicholls

Based on the SIGGRAPH paper "Synthetic Silviculture - Multi-scale Modeling of Plant Ecosystems" I created a plant-growth visualiser in Unreal Engine 4 (UE4) using C++ and Blueprints. This could then be extended in the future to implement a fully interactive forest generation tool that can be used in any UE4 project.

Priyanka Krishna Kumar

This project did .......