Reece Jones
Project
This piece of software was developed using C++ and PhysX to meet the requirements of the module, which had to be a domino run utilising different PhysX features such as cloth, physics materials, triggers and joints. My code was built in a way that allowed for the domino run to be easily edited within code, being able to list the type of positioning you want, whether that's a straight line, a curve, stairs, a drop or a gap by stating the number of dominoes to spawn, the sizing of them, the spacing of them, the turn angle (positive or negative to turn left or right), and height difference (again, positive or negative to go up or down) to quickly create a scene without having to manually position each domino and allow for quick changes to the layout. The code also checks whether the domino is floating before it is placed and puts a platform underneath it to stop them from falling down.
Technologies
C++
PhysX