IntellectualKitty

Results 4 comments of IntellectualKitty

It's been a while since I used Cinder, but the OpenGL ShadowMapping sample is a nice base for me to build from, and Cinder is always easy to work with....

I've checked, and _toPixels()_ is being called when the viewport is being set with the window size. When I take out the _toPixels()_ call, it doesn't change. I did notice...

I apologize. This may or may not be the issue. The architecture and base SDK settings are incorrect for the current main branch (I freshly downloaded Cinder) when using CMake...

Using a squaring function makes for shorter, easier code. It also more closely resembles the mathematical equation the code is performing. For example, this seems shorter, simpler, and easier to...