added camera_up/camera_right in CameraInfo

This commit is contained in:
2024-06-13 01:30:30 +08:00
parent 781e108aa3
commit 8d45c87cfd
2 changed files with 4 additions and 1 deletions

View File

@@ -39,6 +39,9 @@ constexpr const ShaderBufferSource SBS_CameraInfo=
vec3 view_line; //pos-target
vec3 world_up;
vec3 camera_up;
vec3 camera_right;
float znear,zfar;)"
};