Need .js and HTML example for displaying .STL 3D objects in a web page

后端 未结 1 1621
终归单人心
终归单人心 2021-01-31 22:59

Can anybody produce a clean \"for dummies\" example of HTML for using STLLoader.js to display ASCII (not binary) .stl object files in a web page? Result should let users manipul

1条回答
  •  耶瑟儿~
    2021-02-01 00:01

    The three.js examples are a good source:

    https://github.com/mrdoob/three.js/blob/master/examples/webgl_loader_stl.html

    Here is a simplified version:

    
    
        
            three.js webgl - STL
            
            
            
        
        
            
    STL loader test

    three.js r.70

    0 讨论(0)
提交回复
热议问题