We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I always get bad problem with wavefront if tv loads into unlimited face :(
Please fix OpenTK! I really miss to load obj file in OpenTK since latest version can't work.
Which version did you use with OpenTK?
Please upgrade to OpenTK's Development from Myget: https://www.myget.org/F/opentk-develop/api/v2 Thank you for fixing version
Find with: lastMousePos = new Vector2(Mouse.X, Mouse.Y);
lastMousePos = new Vector2(Mouse.X, Mouse.Y);
Replace with: Mouse.SetPosition(lastMousePos.X, lastMousePos.Y);
Mouse.SetPosition(lastMousePos.X, lastMousePos.Y);
Why do you use StringBuilder? Please use "string"!
I am broken to search hard for normal wavefront loader for OpenTK. Cause I can't find wavefront example with OpenTK.
Can you have to fix wavefront loader for latest OpenTK Version?
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I always get bad problem with wavefront if tv loads into unlimited face :(
Please fix OpenTK! I really miss to load obj file in OpenTK since latest version can't work.
Which version did you use with OpenTK?
Please upgrade to OpenTK's Development from Myget: https://www.myget.org/F/opentk-develop/api/v2
Thank you for fixing version
Find with:
lastMousePos = new Vector2(Mouse.X, Mouse.Y);
Replace with:
Mouse.SetPosition(lastMousePos.X, lastMousePos.Y);
Why do you use StringBuilder? Please use "string"!
I am broken to search hard for normal wavefront loader for OpenTK. Cause I can't find wavefront example with OpenTK.
Can you have to fix wavefront loader for latest OpenTK Version?
Thank you!
The text was updated successfully, but these errors were encountered: