-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
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
GLTFExporter: Add forcePOT option on the example #13426
Conversation
examples/misc_exporter_gltf.html
Outdated
@@ -35,6 +35,7 @@ | |||
<label><input id="option_drawrange" name="visible" type="checkbox" checked="checked"/>Truncate drawRange</label> | |||
<label><input id="option_binary" name="visible" type="checkbox">Binary (<code>.glb</code>)</label> | |||
<label><input id="option_forceindices" name="visible" type="checkbox">Force indices</label> | |||
<label><input id="option_forcepot" name="visible" type="checkbox">Force PTO textures</label> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Force PTO
😊
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mrdoob Done! Force PTO is what I need :_D
I've just added a small fix to the example by changing the near value for the ortho camera to be >0 as discussed on #13429 |
A bit off topic, feeling like we should rename |
@takahirox yeah good point 👍 just changed it too |
Thanks! |
Just adding the option that @takahirox implemented on #13424 to the example