work-in-progress tinyrenderer -> shared memory API synthetic camera image
This commit is contained in:
@@ -19,6 +19,7 @@ public:
|
||||
Model(const char *filename);
|
||||
Model();
|
||||
void loadDiffuseTexture(const char* relativeFileName);
|
||||
void setDiffuseTextureFromData(unsigned char* textureImage,int textureWidth,int textureHeight);
|
||||
void addVertex(float x,float y,float z, float normalX, float normalY, float normalZ, float u, float v);
|
||||
void addTriangle(int vertexposIndex0, int normalIndex0, int uvIndex0,
|
||||
int vertexposIndex1, int normalIndex1, int uvIndex1,
|
||||
|
||||
Reference in New Issue
Block a user