egjs-view3d
egjs-view3d copied to clipboard
Fast & customizable 3D model viewer for everyone
## Features - [ ] Punctual Lights - [ ] Post Processing - SSAO - Bloom - DoF - SSR - [ ] VR - [ ] Support KHR_materials_variants -...
Hi, I have some questions about view3d. 1) is it possible to hide or make semi-transparent the parts that make up an object by clicking on them? for example, to...
## Description ## Steps to check or reproduce Hi, is possible show the horbit control and hide the Animation bar? I have uese this but don't work: new View3D.ControlBar({ progressBar:...
## Description When clicking the ARButton on your iOS device using an alternative browser like Chrome, you get the message that AR is not supported, when in fact AR works...
## Description As a user, when I left-click in the 3d viewer, I can rotate the model. With right-click, I can move the model in space. If I begin my...
## Description I'd want to create an IndexedDB plugin for loading GLTF/GLB models from IndexedDB. So, How can I make my own plugin, and what are the steps involved? And...
## Details - This applies yarn workspaces - This applies Angular partial compilation
question. in react, on initial loading, want to use both zooming and rotating. a little bounging in zoom and rotate too. say for this as showup effect. for examle, say...
## Description I want to write a VR plugin for viewing models in Virtual Reality. Provide multiple controllers like first person controller or Orbit Controller for viewing. How do I...
I need to use the following options for my plugin: ``` disablePitch: true, minY: 0, maxY: 90 ``` Background is that I want to disable negative rotation on the Y-Axis...