You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**sceneGraph**|**(required)** A component that will be rendered as the Root THREE.Scene |`Type<any>`||
18
+
| sceneGraphInputs | An object that will be used as Inputs for the `sceneGraph` component |`Record<string, any>`|`{}`|
18
19
| compoundPrefixes | An array of prefixes of HTML tags that NGT will treat as [Compound](../advanced/compound)|`string[]`|`[]`|
19
20
| gl | A THREE.js Renderer instance of options that go into the default Renderer. It also accepts a callback that returns a THREE.js Renderer instance |`NgtGLOptions`| - |
20
21
| size | Dimensions to fit the THREE.js Renderer to. Will measure `<canvas>` dimentions if omitted |`NgtSize`| - |
0 commit comments