GmodStarfall / Starfall

Starfall Processor for Garry's Mod + Wiremod
http://www.wiremod.com/forum/developers-showcase/22739-starfall-processor.html
Other
13 stars 6 forks source link

Rework screen matrix system #99

Closed ColonelThirtyTwo closed 12 years ago

ColonelThirtyTwo commented 12 years ago

The current matrix system for the screen library involves setting a single matrix, which is pushed/popped during each draw command. A better solution would be to expose the push/pop matrix themselves and have a counter in case the programmer forgets to pop a matrix or pushes too many.

ColonelThirtyTwo commented 12 years ago

Waiting for garry to make the matrix stack actually useful: http://www.facepunch.com/showthread.php?t=1207304

ColonelThirtyTwo commented 12 years ago

Did this in 1f459058c66d6998a1fd9fbc5a219a078a352909