Mrkebubun / o3d

Automatically exported from code.google.com/p/o3d
0 stars 0 forks source link

Minor errors in program structure section of docs #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some problems in the doc at:
http://code.google.com/apis/o3d/docs/devguidechap01.html

In the section "Setting Up the Transform Graph", the line
g_cubeTransform.parent(g_client.root);
should be
g_cubeTransform.parent = g_client.root;

In the section "Creating the Render Graph", the line
var viewInfo = o3djs.renderGraph.createBasicView(
should be
var viewInfo = o3djs.rendergraph.createBasicView(

Original issue reported on code.google.com by block...@gmail.com on 27 Aug 2009 at 3:52

GoogleCodeExporter commented 9 years ago

Original comment by vange...@google.com on 16 Sep 2009 at 5:20

GoogleCodeExporter commented 9 years ago
Fixed.  thank you!

Original comment by jos...@google.com on 18 Sep 2009 at 9:46