Root components are methods that are available on the root instance.
- Source:
Example
import musketeers from 'three-musketeers';
// $$$ is now the root node with all rootComponents provided
const $$$ = musketeers({ renderer, scene, camera });
Root components are methods that are available on the root instance.
import musketeers from 'three-musketeers';
// $$$ is now the root node with all rootComponents provided
const $$$ = musketeers({ renderer, scene, camera });