How do I load a *.obj file (How do I use geometryc)? #3179
-
Could someone have a working project for working with *.obj files? Can you tell me what libraries and *.h files are required for geometryc to work? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
@belokurovalex you need to use geometryc as a standalone application and pass appropriate command line flags . You can compile geometryc first into an executable. https://bkaradzic.github.io/bgfx/tools.html#geometry-compiler-geometryc |
Beta Was this translation helpful? Give feedback.
-
Thank you. I got it. I'll try to build a project. |
Beta Was this translation helpful? Give feedback.
-
Hi! Severity Code Description Project File Line Suppression State I cannot block the error using the #pragma warning(disable: 2220) method. The project is located in the folder: If someone has already solved a similar problem, please tell me what I am doing wrong. Thanks. |
Beta Was this translation helpful? Give feedback.
-
You will have a better luck creating a new issue and closing this one as 2 are unrelated. |
Beta Was this translation helpful? Give feedback.
-
Yes, of course. Thank you for your reply. |
Beta Was this translation helpful? Give feedback.
@belokurovalex you need to use geometryc as a standalone application and pass appropriate command line flags . You can compile geometryc first into an executable.
https://bkaradzic.github.io/bgfx/tools.html#geometry-compiler-geometryc