Ported align_to_origin()
This commit is contained in:
parent
597e9e6c14
commit
9d50616c7d
4 changed files with 15 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
void WriteOBJFile(char* output_file);
|
||||
void scale(float factor);
|
||||
void translate(float x, float y, float z);
|
||||
void align_to_origin();
|
||||
%{
|
||||
|
||||
SV*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue