threejs-animations
Version:
A package for three.js light and transformations animations
7 lines (6 loc) • 619 B
JavaScript
export { changeLightIntensity } from "./functions/lightChanger.js"; // Function for smooth light change
export { changeLightIntensityTo } from "./functions/lightChangeTo.js"; // Function for smooth light set
export { clickScale } from "./functions/clickScale.js"; // Function for smooth scale after click
export { clickMove } from "./functions/clickMove.js"; // Function for smooth move after click
export { clickRotate } from "./functions/clickRotate.js"; // Function for smooth rotation after click
export { clickFunction } from "./functions/clickFunction.js"; // Function for call another function after click