project mouse into view when clicking w/ mouse unlocked

This commit is contained in:
2024-08-28 02:28:24 +10:00
parent 160c9c8a68
commit 503c48404c
12 changed files with 278 additions and 111 deletions

View File

@ -24,8 +24,8 @@ typedef NS_ENUM(NSInteger, VertexShaderInputIdx) {
};
typedef struct {
vector_float4 position;
vector_float4 normal;
vector_float3 position;
vector_float3 normal;
vector_float2 texCoord;
} ShaderVertex;