Added frustum culling, use low-poly mesh to move limitation towards cpu

This commit is contained in:
saschawillems 2016-04-03 13:51:47 +02:00
parent 7768992bda
commit a41ff27bb9
7 changed files with 1599 additions and 18 deletions

View file

@ -309,6 +309,8 @@ void VulkanExampleBase::loadMesh(
vertexLayout,
scale);
meshBuffer->dim = mesh->dim.size;
delete(mesh);
}