UNPKG

three.interaction

Version:

a interaction manager, serve the three.js, help you build a interactivity 3d-scene

4 lines (3 loc) 228 B
export { default as InteractionManager } from './interaction/InteractionManager'; export { default as InteractionLayer } from './interaction/InteractionLayer'; export { default as Interaction } from './interaction/Interaction';