Skip to content
New issue

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

Problem with wavefront sees like broken object into unlimited face #6

Open
ghost opened this issue Apr 28, 2018 · 0 comments
Open

Problem with wavefront sees like broken object into unlimited face #6

ghost opened this issue Apr 28, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 28, 2018

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants