Recent content by displayname

  1. displayname

    Homebrew How to move the render camera with libctru?

    Fair enough, thanks for the pointers! Will be taking a look at the provided example :D
  2. displayname

    Homebrew How to move the render camera with libctru?

    Drats, I knew I should have familiarized myself with openGL before diving head first into something like this lol. In any case, if it's no trouble, is there a quick explanation on how to change the model view matrix in real time with libctru? (For instance, on press A button move on the X...
  3. displayname

    Homebrew How to move the render camera with libctru?

    Hi all! This is my first post here, and although this may be a stupid question, I haven't been able to find anything about it and it's really bugging me. I want to make a 3DS game with a 3D environment, and the graphics examples in devkitpro have been very helpful for learning the basics. But...