We Can Finally See Tiles In Atomic Ivy MMO !

MVP Tile Rendering Is FINISHED!

This isn't done yet. It is just enough information to see each individual tile that can exist on the tilemap.
Right now we are coloring tiles based on :

1. Tile Size Exponent ( bigger tiles in background are darker )
2. Tile Layer ( geom == green ,  bombs == blue , fada == red )

Everything you see is grey because we have binary 1 filled all the level packs, making the tile map 100% saturated. When averaging together an equal amount of red, green, and blue tiles we would expect to see grey.

We now have enough information to work with to find the bug in our tile setting code. For some reason clicking to set a tile within a levelpack does __NOT__ work. It should be fixed within....

At most the next 100 videos. Pessimistally the next 10. Hopefully the next 3.

The footage you are seeing right now is from video #196 of this playlist:
www.tinyurl.com/BOMB-PLAYLIST-002


Vertical Monitor Video (below):



Horizontal Monitor Video (below):


-KanjiCoder , 2022.08.26


Comments

Popular posts from this blog

Level Isolated Mirroring Brush

Atomic Ivy MMO - GPU Texture Sampling Math Is Wrong

Hooray! Click+Drag! - Atomic Ivy MMO