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

Docs: Fixed SVGLoader usage.

上级 4135b667
......@@ -26,8 +26,9 @@
// resource URL
'data/svgSample.svg',
// called when the resource is loaded
function ( paths ) {
function ( data ) {
var paths = data.paths;
var group = new THREE.Group();
for ( var i = 0; i < paths.length; i ++ ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册