new FPCameraControl/LookAtCameraControl

This commit is contained in:
2022-01-24 22:31:46 +08:00
parent 0619460c1c
commit 5d368a689d
5 changed files with 40 additions and 29 deletions

View File

@@ -6,8 +6,6 @@
#include<hgl/graph/VKDescriptorSets.h>
#include<hgl/type/Color4f.h>
VK_NAMESPACE_BEGIN
//push constant 一般只有128/256字节仅能存在矩阵。
//所以我们将每个对象的独立变换矩阵存在push constant中
class GPUCmdBuffer
{
protected: