sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Next-generation alpha-status xeokit viewer in development

Results 9 sdk issues
Sort by recently updated
recently updated
newest added

Correct me if I'm wrong, colors in xeokit v3 should be normalized (0-1 range)?

Attempting to build by running ````npm run dist````, the process always fails with the following message: ````bash @xeokit/gltf2dtx:dist: src/gltf2dtx.ts(3,20): error TS2307: Cannot find module '@xeokit/data' or its corresponding type declarations....

Some sort of injectable strategy, or extension points, to automatically assign SceneObjects to ViewLayers based on corresponding DataObject.type. Eg. to make "IfcFurnishing" elements always appear in "Furnishing" ViewLayers, IfcWalls appear...

* Written in TypeScript * Uses WebGPU for rendering * Multiple views of same content, each with independent per-object state, section planes, and camera

Have option to make SceneModel transient. Currently, when we create a SceneModel in the Scene, the Viewer will automatically create ViewObjects to represent the SceneModel's SceneObjects. When we then destroy...

Hi! I am trying to run examples and pnpm install ... but most of npm @xeokit/* packages cannot be found (like @xeokit/dtx, @xeokit/scene). Any tips on this? Are those packages...