refined the 3d cursor a bit.
-
@eniko I said "awkward" but honestly Sonic Robo Blast is a better 3d sonic than most of the 3d sonics
@cwebber i wish i could use 2D sprites but voxel games have a lot of looking straight up or down :/
-
@cwebber i wish i could use 2D sprites but voxel games have a lot of looking straight up or down :/
@eniko Ah, so true
-
@eniko Ah, so true
@cwebber it's fine i'll just do a nice vibey PSX low poly style for models instead
-
@cwebber it's fine i'll just do a nice vibey PSX low poly style for models instead
@eniko ooh love that
-
i can now overlay a block breaking decal on blocks, and it works on blocks with shell texturing and even nominally on objects like ferns and flowers
i draw the block's faces again using the stencil buffer, then draw the breaking decal with depth read/write off, masking using the stencil buffer
the way it works for ferns/flowers is i just draw all faces of the breaking pattern block, and any pixels outside the object model are masked
@eniko Looks very nice! How does it look in motion?
-
@eniko Looks very nice! How does it look in motion?
@lisyarus atm it's just drawing it wherever I'm pointing at atm since I was just figuring out how to draw the decal at all
-
@cwebber it's fine i'll just do a nice vibey PSX low poly style for models instead
@eniko I think even Star Fox 1 style SuperFX graphics would work really well
Have you seen https://www.youtube.com/watch?v=RNa39u4fV1w ? I really like that style resurrection
-
@lisyarus atm it's just drawing it wherever I'm pointing at atm since I was just figuring out how to draw the decal at all
@eniko Ahhh, I see!
In one old voxel project I just showed a tiny UI progress bar above the crosshair, that's it. It fit the sci-fi theme nicely, though!
-
i can now overlay a block breaking decal on blocks, and it works on blocks with shell texturing and even nominally on objects like ferns and flowers
i draw the block's faces again using the stencil buffer, then draw the breaking decal with depth read/write off, masking using the stencil buffer
the way it works for ferns/flowers is i just draw all faces of the breaking pattern block, and any pixels outside the object model are masked
major milestone in block game development: the first actual gameplay! you can go around and hold the left mouse button on blocks in order to break em :D
-
major milestone in block game development: the first actual gameplay! you can go around and hold the left mouse button on blocks in order to break em :D
just discovered that the shell textures on leaf blocks do a really cute thing when they surround another block :3