Open
Conversation
This update addresses some of the requests made by users including, show wireframe, show vertices, and scroll wheel zoom control. The scene was updated to combine for loops to enhance performance. This also allows different file formats and exports in most of those new formats. Users can also export png and svg of the image on the screen. Finally, normal map support was added.
This is an example of how some of the new modifers work.
Modifiers Example
Prposed changes
Fixes Texture loading for windows and web.
Fixes bug in windows and web.
Fixes web and windows mtl loading.
|
normal map support?I tried your brunch code,it can't work with normal map.... |
Added two new cases for normal map import due to different programs exporting them as different types.
Author
|
Hi csyeqing, I have added a couple of new import mtl cases to fix this issue. Also you will only be able to use either a normal map or a texture map. I have not figured out how to apply both. Hope this helps. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The updates proposed here will allow some of the suggestions from users, like different file formats and on tap object. Another update was to the scene by combining multiple for loops to improve performance. An exporter was also added to export the file into different formats, obj, stl, png, and svg. Finally, normal map support if no texture map is included.