xeokit-react icon indicating copy to clipboard operation
xeokit-react copied to clipboard

Integratation of the xeokit viewer into a React application.

Results 14 xeokit-react issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

hello, i would like to know is it possible to style the treeView content using material UI, lets say for example i want to make a drawer for the treeView...

At a glance, the benefits of refactoring into a completely **headless** component include: - fully decoupled logic + presentation layer - easier to develop new features - flexible, modular design...

enhancement

Is it possible to make the `canvasWidth` and `canvasHeight` a responsive size based on the screen width/height? ``` export const sampleNavCubeSettings = { canvasId: "myNavCubeCanvas", visible: true, cameraFly: true, cameraFitFOV:...