vscode-3dviewer
vscode-3dviewer copied to clipboard
Preview 3D meshes in VSCode
When opening an .obj file, the editor window shows nothing, and a error message popped in console  
- 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
Is it possible to add support for step files in the viewer? Would be very nice as it could make a very pleasant dev experience when working with CadQuery.
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...
System: Windows 10 Extension version: v0.2.2 vscode version: v1.59.1 If I load an obj file it's texture / material is missing, the model is instead displayed as white.  files...
It would be great if we could generally disable the background image. Besides being slower than a solid background color, very often it confuses more than helps because it's totally...
- 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...
Hi there! Thank you for this extension. Is there any possibility of supporting `.ply` file format (another widely format used for storing point clouds) in near future? Best Regards
- 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...