Node components are methods that are attached to elements returned via root methods.
- Source:
Example
import musketeers from 'three-musketeers';
// $$$ is now the root node with all rootComponents provided
const $$$ = musketeers({ renderer, scene, camera });
$$$
.find('Cube_1') // this returns a node
.click() // where click is one of the components provided on this returned node