Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
coppercube creating file in line so i write compiler (in processing p5) for obj from my own format, but most terrible problem i got now is how cc saves texture coordinates, i can't find correct way to save them. And i cant start my compiller with system("start ./way to compiler exe"). Compiller just start, load data form file, write it in obj and exit, all this take less then one second thats why i wish to start it on export, but i cant use it from my coppercube project, and after saving mesh in my program i need open compiller by myself this sh*t annoying me. |
||||
|
I used system command to run my 3d room maker .obj exporter this way.. system("ExportToObj.exe OBJ"); because my program is multipurpose then it takes arguments.. so OBJ is argument that it takes when launched. If no arguments then you should just use .. system("ExportToObj.exe"); https://en.wikipedia.org/wiki/Wa... |
||||
|
sven i try all but nothing is work... ![]() |
||||
|
but anyway i done with export and got only one small problem, imported mesh has mirrored rotation by y axis ![]() |
||||
|
![]() ![]() ![]() |
||||
|
wrote: ![]() ![]() ![]() Mirror look may happen also if texture coords are swapped. If you look your cubes in wireframe mode then you can tell. As i see your front coords are same but top coords are mirrored. |
||||
|
no it's all work well, model just exported in mirrored y rotation |
||||
|
but compiler still not start... once blinking black command line and i can't see what wrote in ( im sad cuz all time has to open compiler, i will kill myself) |
|