Commit Graph

5 Commits

Author SHA1 Message Date
elipzer
8061ffeef5 Removed requirements for PoseableBatch-es to have a specified
number of rendered elements.

This was pretty easy since the elements were getting re-allocated
in the graphics card every frame. TODO would be to make the
re-allocation not happen every frame but rather only happen when
a re-allocation is nescessary and rather just not fully re-populate
the buffer if not every element is used or have some other sort of
automated way of handling the VRAM.
2018-11-12 11:23:38 -05:00
elipzer
5ac67dece7 Final Pong Touches 2018-10-18 12:28:46 -04:00
elipzer
30933b53ce Pong Works! 2018-10-18 00:48:05 -04:00
elipzer
56af508ef4 Bouncing works... Kindof...
Need to fix for bottom and left cases
2018-10-17 19:53:36 -04:00
elipzer
d2afef5090 Scene renders. Need to do collision and whatnot 2018-10-17 19:21:58 -04:00