anidivr

Results 8 issues of anidivr

I noticed in a new example ngtObjectInputs and ngtObjectOutputs. Can you add some documentation on why these are needed and best practices for using.

### Why Fixes #170. Needed if converting the three sandbox example to another framework. ### What Adding interactive/InteractiveObject.js ### Checklist - [ ] Documentation updated - [ ] Storybook entry...

### Describe the feature you'd like: interactive/InteractiveGroup.js was added to three.js, but missing from three-stdlib. Its referenced in three sandbox example. ### Why Needed if converting the three sandbox example...

enhancement

- `three` version: 0.137.5 - `@types/three` version:0.137.0 - `three-stdlib` version:2.9.1 ### Problem description: ParametricGeometry class missing from ParametricGeometries export. Original three examples/geometries folder [here](https://github.com/mrdoob/three.js/tree/master/examples/jsm/geometries) ### Relevant code: Given the following...

bug

Physics bodies can be created against instance meshes. The index can be passed to the body function ```ts sphereProps = this.physicBody.useParticle((index: number) => ({ ``` Internally, this creates a [virtual...

Updated useConstraint to handle instance mesh and added sandbox demo (variation of physics clump) ![image](https://user-images.githubusercontent.com/25032599/185757933-a1da3d9d-e0f5-47f9-9863-09a4bceea9de.png)

Current code looks like this ```ts @Input() set whiteSpace(whiteSpace: 'normal' | 'overflowWrap' | 'overflowWrap') { this.set({ whiteSpace }); } ``` According to the [troika-three-text code](https://github.com/protectwise/troika/blob/main/packages/troika-three-text/src/Text.js#L198). ```ts /** * @member {string}...

I'm not setting alias when publish any of my device data metrics. However, when the payload is received in DDATA by another client, the metric name starts with bdSeq instead...