提交 3a0072b4 编写于 作者: T Tristan Valcke

Add missing semicolon, and remove unnecessary comma in RaytracingRenderer

上级 31397f8b
......@@ -74,7 +74,7 @@ THREE.RaytracingRenderer = function ( parameters ) {
}
}
};
worker.color = new THREE.Color().setHSL( Math.random() , 0.8, 0.8 ).getHexString();
pool.push( worker );
......@@ -195,7 +195,7 @@ THREE.RaytracingRenderer = function ( parameters ) {
mirror: 1,
reflectivity: 1,
refractionRatio: 1,
glass: 1,
glass: 1
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册