标签: javascript inheritance
我使用ThreeJS和BaseJS。我想将THREE.Object3D扩展到一个新类。但是,由于它不是使用BaseJS制作的,因此它没有函数.extend。是否可以添加这些函数以使其可扩展?
THREE.Object3D
.extend