1 of 1
General » GsModel load_obj, reading .mtl files. » 11/17/2019 6:56 pm |
I am having trouble getting SIG to show the correct materials when loading an .obj file. The obj files has mtllib and the file path correctly and the .mtl file is in the same path. When I run the program, the material is all white no color.?
General » Creating a function that is repeatedly called. » 11/03/2019 10:48 am |
I am wondering if there is a simpler way to implement a function that is repeatedly called, such as a the rotation of a helicopters propellers that is constantly rotating. Currently I am calling a function multiple times but that is inefficient.
1 of 1