diff --git a/index.html b/index.html index c558b85..640c857 100644 --- a/index.html +++ b/index.html @@ -45,6 +45,18 @@ +
+

VR physics engine

+ + + +

A project done for my EPQ, during post-16, where I aimed to create a virtual reality environment where the user could grab and interact with objects in a semi-physics based + environment.

This system was my introduction to Unreal Engine and mainly used its "Blueprint" visual language, however I later used C++ to try and add my own physics + to it. +

+ + +

Work on Aardvark XR

diff --git a/pages/mainpage.css b/pages/mainpage.css index a0a5fae..de8f5de 100644 --- a/pages/mainpage.css +++ b/pages/mainpage.css @@ -131,7 +131,7 @@ h1{ padding: 5px; - font-size: 2rem; + font-size: clamp(1rem, 3vw, 3rem); border-radius: 0; border-top-left-radius: 5px;