8 lines
174 B
TypeScript
8 lines
174 B
TypeScript
/**
|
|
* @author ErSan
|
|
* @email mlt131220@163.com
|
|
* @date 2025/01/08
|
|
* @description 从原型链扩充原threejs对象方法
|
|
*/
|
|
import './Object3D';
|
|
import './Material'; |