- Home /
Question by
AngryCSharpNerd · Aug 25, 2015 at 08:23 PM ·
2d2d gamevoxelsmario
2D Voxel Screen - How to like this game?
I've never worked with voxels, but I want to make a minigame that's somewhat similar to this:
https://www.youtube.com/watch?v=8N_0B_TtPLI#t=04m53s
And I'm looking for that part with how you can simply erase part of the black screen, and making anything lying behind it becoming Renderer.isVisible.
How can I approach this?
Comment
It's not necessarily a voxel game, first and foremost because a voxel is always in 3D space, while this example is just a black texture where certain pixels are made transparent. Take a look at the scripting API for the Texture/Texture2D class.