Degubi

Results 13 issues of Degubi

- Start loading .mtl files for .obj files - The .mtl file's name is assumed to be the same as the .obj's

Fixes & implements requests from #15

My motivation behind this change is to be able to update to newer three.js versions later. The first commit removes the usage of 'top' from editor.js, because it was causing...

- Rename existing 'background' property to 'backgroundColor' - Add new setting 'backgroundImage' with values: - 'none' means disabled (backgroundColor gets used) - some other cube images that could be found...

- The '.ply' format support wasn't mentioned in the README.md file. - Also added the 'ply' keyword to the package.json file. - Reworded 'Support multiple formats' to 'Supported formats' in...

In response to #20 In my oppinion we shouldn't let the extension to be used when the workspace isn't trusted. - add 'supported: false' to 'untrustedWorkspaces' in package.json - update...

**Is your feature request related to a problem? Please describe.** I have a use case, where I need to rotate the camera when the user's cursor goes near the edge...

Enhancement

Hi! Are there any plans to modernize the library? In my fork I created basically a rough 'rewrite' of the library just for fun using modern JS features & the...

question

### Why #130 added generic typing to the Intersection type, so that we could get back the same type that we passed in to the intersect methods. That pr missed...

Basically copied it from the Controller class to the GUI class. The only difference is that I made the folder autoclose when disabling it. At the moment I use this...