Tag Archives: 3d

Wannabe: Dimensionality

As I proceed farther into wannabe, I find I need more content to test and validate the work I’m doing.   That is the purpose for the vignette milestones over in the issue tracker.   So, I’ve finally started on … Continue reading

Posted in Wannabe | Tagged , , | Leave a comment

Wannabe: The Perils of Hidden Voxel Removal

At least part of the problem Wannabe has with rendering is that we’re blindly drawing every voxel in a somewhat arbitrary manner.   Right now, it’s sorted only by Z, the rest stays in the order added to the initial … Continue reading

Posted in Wannabe | Tagged , , , , | Leave a comment

Wannabe: Gaining some perspective

Small diversion:   What I didn’t really mention in the last post was that I had actually gotten the PsuedoPerspective working a bit better.   Let’s see what that looks like!

Posted in Wannabe | Tagged , , , , | Leave a comment

Wannabe: Advanced cubism

Continuing the Cabinet projection effort from the last post let’s see if we can close out issue #1 on github.   We need to add sides and make sure things look good under different circumstances.

Posted in Wannabe | Tagged , , , | 1 Comment

Wannabe: making a Cabinet

I’ve copied several of the issues from the last post into the github project’s issues list. Herein, I work on issue #1: A Cabinet (Projection).   Read on to see how we can make these little squares a little more … Continue reading

Posted in Wannabe | Tagged , , , | Leave a comment

The wannabe graphics engine

After recently getting an Ouya  device, I got inspired to make a game.  Then I realized two things: I don’t have any skill with 3d, and I learn by doing. Here’s a quick guide to what I’ve done so far: … Continue reading

Posted in Wannabe | Tagged , , , | 1 Comment