Game
AFTER
11 years ago

2014 April 04


0100 HOURS:

First off, thank you to everyone who followed and commented on this project. The support means a lot to me, and to the other guys helping with this.

Today (yesterday, Thursday) was a combination of website redesign and writing for a prerelease video. None of us like HTML, so the website redesign ended about fifteen minutes later than it should have with much head shaking. That was actually much better than I had been expecting. We quickly moved on to writing for the prerelease video, which we wanted to have the terrain working and looking very shiny for. This quickly devolved into a hellish procedure of searching for minor bugs. In fact, there was only three bugs: a bad atomic lock on octree sector deletion, not updating the 3D list indices of terrain meshes, and the dual contouring algorithm having four flipped cases.

The last bit took the longest to track down, since I thought it was in the heightmap to voxel algorithm I was using. I cleaned up the algorithm and got some clean edges, but to my surprise, all the normals were still junk. I decided to go down the line further to the only other place normals were used, which was the Dual Contouring (yes, the one from Everquest Next. The dude who wrote it for Everquest Next has a very vague tutorial on how it works, a vague tutorial that works awesome). Now since nobody on the team can visualize isosurface data in their head, our terrain stores three 4-component normals per voxel (xyz-extrusion), packed into 28 bits. Assuming you know what Marching Cubes does, the Marching Cubes part of the Dual Contouring grabs the proper normal based on the edge the vertex is on. Problem was that some of the edges were flipped because the edges were defined circular. The result was that vertical surfaces would get a normal with a length of zero, which the mathy parts would then default to a normal pointing up.

tl;dr was spinning in a circle instead of going in a line

In the morning (today, Friday) we’ll be recording, editing, and hopefully adding content specifically for the video.

track that solved it all (irony): https://www.youtube.com/watch?v=IS_kaU8teSs



0 comments

Loading...

Next up

2014 April 13 Trying to get more content and pretty things into the game. Eight hours of 3dsMax and Paint Tool SAI later…(I’m a programmer not an artist T_T)

Short intro of us 💕✌️

We're an eletro duo based in Seoul 🇰🇷 Heavily influenced by the 90s.

Our new album #Xennials is all about the nostalgia of that era 💽 CD listenin 📟 beeper beepin 💾 floppy disks floppin days 😎

Stream now! 🎧

https://open.spotify.com/album/3YwWhnHWVy5cA8XOpbaGRA?si=8E9awqU…

🍒Did you like the game? A demo is available for free on Steam.

✌️ Thanks for playing IndieGameiacs!

⚙️ Free Demo: http://bit.ly/UniDuni

📺 Full Video: https://youtu.be/5qEbVXg7GaQ

#steam #uniduni #clops #screenshotsaturday

Quantum precognition is one of the most powerful cards. End game cards & equipment. Demo/alpha build boss is no match for this deck.

Heya! I wanted to show some gameplay progress i made so far. I hope you like it ^^

Why walk when you can jump?

I worked so hard to get all four of them to the end safely, but then...

I mostly build 3D First Person Shooter game mechanics in Unity, and in this I'm just showing C4 mechanics I made for a little side project I am working on! :)

OK, this starts to be too tricky puzzle already :D

#platformer #indiegame #puzzle