Recent Posts

Shader Stereo instancing HoloLens

1 minute read

Now rendering stereo views for an immersive experience can be done in a number of different ways but it is very efficient to use as there is no need to send ...

IL2CPP + HoloLens

4 minute read

When I build an IL2CPP project in Unity it creates a native C++ Visual Studio project which is generated from the C# that you write in your Unity scripts. So...

Mixed Reality Evangelism

1 minute read

I have given many talks since then ranging from tech meetups, universities and most of the VR/AR conferences in the UK. It was not until fairly recently when...

WebVR + HoloLens

1 minute read

So, put on your HoloLens, go to that page and click on the HMD icon in the bottom right and you will see a giant funky sun in front of you!

glTF & DirectX final part

6 minute read

I spent many years programming with C++ in my earlier career but over the last few years for me it has taken a back seat to C# and javascript. C++ as a langu...

glTF & DirectX part3 - architecture

4 minute read

A glB file has the same data as a glTF file but it is combined into one single self-contained binary. To parse these you can read the JSON document and then ...

glTF + DirectX part 2

2 minute read

Often it has not been a priority to provide rendering that looks the same across different platforms but the more the rendering is based on physically correc...