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
Original issue reported on code.google.com by
block...@gmail.com
on 27 Aug 2009 at 3:52