提交 2f83cb00 编写于 作者: M Mr.doob

Fixed toJSON typos. See #6252.

上级 0fd60a88
......@@ -45,7 +45,7 @@ THREE.MeshNormalMaterial.prototype.clone = function () {
};
THREE.MeshPhongMaterial.prototype.toJSON = function () {
THREE.MeshNormalMaterial.prototype.toJSON = function () {
var data = THREE.Material.prototype.toJSON.call( this );
......
......@@ -65,7 +65,7 @@ THREE.PointCloudMaterial.prototype.clone = function () {
};
THREE.MeshDepthMaterial.prototype.toJSON = function () {
THREE.PointCloudMaterial.prototype.toJSON = function () {
var data = THREE.Material.prototype.toJSON.call( this );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册