eirys / ft_vox

A procedural voxel terrain rendering engine in C++ and Vulkan
Apache License 2.0
0 stars 0 forks source link

Fix function comment #15

Open eirys opened 11 months ago

eirys commented 11 months ago

In matrix.cpp, comment is "Produces orthographic projection matrix" l.422. Replace with "Produces perspective projection matrix".

eirys commented 11 months ago

Texture sampler comments.