BoyBaykiller / IDKEngine

OpenGL Toy-"Engine" with Wavefront Path Tracer and Rasterizer with Voxel Cone Tracing/Global Illumination
https://youtu.be/5m9fOVWaqdE
235 stars 20 forks source link

Update Camera.cs #4

Closed deccer closed 10 months ago

deccer commented 10 months ago

Replaced new Vector(...) with the static readonly counter parts

BoyBaykiller commented 10 months ago

I can see why one would prefer them, but I actually decided against using the predefined vector values. I dont feel strongly about it, but I'd rather not change them.