Tagged Questions
4
votes
4answers
464 views
Cast ray to select block in voxel game
I am developing a game with a Minecraft-like terrain made out of blocks. Since basic rendering and chunk loading is done now, I want to implement block selecting.
Therefore I need to find out what ...
6
votes
1answer
381 views
What are some good methods of implementing RTS-style Box selection?
i'm just scouting around for different methods of implementing a typical rts box selection (not the 2D box on the screen, but what units are selected with the box) when selecting units, and would ...