Matias


Migrating repos from Mercurial to Git

Because Ogre uses Mercurial hosted on Bitbucket, and Mercurial is being removed, this guide is aimed to helping our users to migrate as painless as possible. Git differences We need to explain a few differences from hg to git. If you’re a git expert, you can skip this section. The first main difference is that hg treats the repo history as immutable. Only advanced operations (which must be explicitly enabled) can manipulate history. And doing […]


Vertex Formats Part 1: Compression

So, I tweeted What I just did: “Switch to SNORM16 for position and multiply the vertex by 64.0 when rendering the player’s cockpit for enough precision” – Me, right now: https://www.youtube.com/watch?v=Tnod9vtB4xA And that sparked waaay more attention than I thought. But it also made me realize lots of devs have incomplete […]