Web的开源3D开发环境:WebGLStudio.js
jopen
9年前
WebGLStudio.js是一个开源平台能够实现直接在浏览器中创建交互式3D场景。您可以可视化编辑场景,物料,编码行为,设计效果,着色器,并分享它。所有这些都可以使用标准技术在浏览器里面实现。
以下是它的一些重要特性:
- Full 3D graphics engine (LiteScene.js) that support multiple lights, shadowmaps, realtime reflections, custom materials, postFX, animation.
- System based in components so very easy to extend (controlling the rendering pipeline or hooking for interaction events).
- Easy to use WYSIWYG editor, with all the features in one place (coding, graph compositing, timeline).
- Graph editor to create interesting behaviours or post-production effects.
- Virtual File System to store all the resources on the web (LiteFileServer.js) just by dragging them (with quotas, users and shared folders).
- Easy to export and share, just by sending one link.