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

ordering... #36

Open
Brian151 opened this issue Jan 26, 2017 · 0 comments
Open

ordering... #36

Brian151 opened this issue Jan 26, 2017 · 0 comments

Comments

@Brian151
Copy link

So, i've observed Phoria prefers counter-clockwise vertex orders (at least in polygons...)
So, with that in mind, what is the proper way to do this so I don't flip or rotate my textures on the models?

And likwise, what if I wanted to invert a face/poly or two to create the interior walls of a room?

Last I checked, vertex order DOES matter when UV-mapping, as does the U,V order.

I kinda had to change my approach with my geometry generators, because the vertex order was causing things not to render... (besides x/z-rotating any type of object made of planes is kinda annoying...) I've been making a few properly 3d objects, so I can't manage flipping those around. However, I'm now worried if I attempt to go and texture the 'fixed' geometry, it's not going to look right.

I could maybe provide some examples, but I'd have to alter/remove textures since I'm using stuff ripped/dumped from various games, as I tend to experiment with something that's already made.

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

1 participant