GraphicsGems
GraphicsGems copied to clipboard
Code for the "Graphics Gems" book series
Results
2
GraphicsGems issues
Sort by
recently updated
recently updated
newest added
Imagine that you are trying to render a square that is, say 10x10 pixels, like this: ``` 8,8 168,8 ___________ | | | | | | | | |_________| 8,168...
(from a user) For ch7-4 in Graphics Gems V: when I run the provided code I always receive the following error “Assertion failed: (dstD != NULL), function complexCut, file polygon.cc....