I wrote a [previous blog post](http://peted.azurewebsites.net/hololensoptimising-with-simplygon/) about Simplygon a few years ago and the idea of optimising 3D meshes to enable running on a low powered device such as a HoloLens or mobile phone has cropped up on a number of occasions since. The content in the more recent projects have the additional requirement of being loaded into an app dynamically when requested by the app user
Author: peted70
Blender in Azure
AAD Login on HoloLens 2
Shader Stereo instancing HoloLens
Whilst recently experimenting with the Mixed Reality Toolkit for Unity vNext for HoloLens app development The vNext version of the toolkit will be a requirement for HoloLens2 development so this would be a good time to start investigating if you…
IL2CPP + HoloLens
Following the Unity announcement about deprecating the .NET backend I have been slowly turning my attention towards using IL2CPP instead which some time in the future will be the only option for Unity HoloLens development. Of course, there are supported…
Microsoft Graph Auth on HoloLens–Device Code Flow
I was working with a sample that I had previously written using the Microsoft Auth Library which was originally used as an example of delegated auth on HoloLens but I recently extended the sample to also show ‘device code flow’…
Mixed Reality Evangelism
Back in 2016 at the Microsoft Future Decoded event I gave the first HoloLens developer talk in the UK. This was an exciting time for me personally as was the culmination of many years of working on software engineering and…
WebVR + HoloLens
Microsoft Edge has support for WebVR as you can see here https://caniuse.com/#search=webvr The support across the main browsers looks like this at the time of writing but what is not captured here is that in order to use WebVR on…
glTF & DirectX final part
Following the initial intro post see http://peted.azurewebsites.net/gltf-directx/ I have written a few follow-up posts to highlight some of my learnings from writing this sample. This one is the final post and contains topics I thought were interesting but didn’t warrant…
glTF & DirectX part3 – architecture
Following the initial intro post see http://peted.azurewebsites.net/gltf-directx/ I’m going to write a few follow up posts to highlight some of my learnings from writing this sample. This one is on the design of the code sample. All of the code…