mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-03 05:10:57 +00:00
project mouse into view when clicking w/ mouse unlocked
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user