Blender in Azure

Blender has been receiving some well-deserved attention recently. In particular some big companies (including Microsoft) who understand the importance of this 3D content creation tool as we move towards a spatial computing-oriented landscape.

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…

Read More

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…

Read More

glTF + DirectX part 2

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 glTF glTF has been designed with some fundamental principles in mind; Physically-based rendering Often…

Read More

GLB reading and writing

Just a quick post as I am looking at a useful Nuget package Microsoft.GLTF.cpp and wanted to note down my quick experiment with it. For an unrelated project I wrote a c++ parser for the GLB format (binary version of…

Read More

Holograms Catalogue–Loading Models

The 3D industry has been lacking a ubiquitous, standard file format for scene description. Many years ago I worked on a project involving creating camera motion paths to drive motion control rigs like this one below: I worked with a…

Read More