More linux changes
This commit is contained in:
@@ -2,9 +2,11 @@ import Scene;
|
||||
|
||||
interface VertexAttributes
|
||||
{
|
||||
float4 getPosition();
|
||||
float2 getTexCoord();
|
||||
float3 getWorldPosition();
|
||||
float2 getTexCoords();
|
||||
float3 getNormal();
|
||||
float3 getTangent();
|
||||
float3 getBiTangent();
|
||||
}
|
||||
|
||||
interface VertexData
|
||||
|
||||
Reference in New Issue
Block a user