Testing the API "getAsset" command
This might take a few seconds to load.
The Asset Server supports the download of assets as JSON subgraphs. When the SceneJS.createNode function is given as the optional JSONP callback parameter, the asset node is immediately created in the browser from the response. Go one step further and specify "var myNode=SceneJS.createNode" as the callback, and you'll get your asset as a SceneJS node object called "myNode".
The following script tag is all that's needed to load this airplane:
<script src="http://assets.scenejs.org/api/v1/?cmd=getAsset \\
&id=org.scenejs.examples.collada.seymourplane \\
&callback=var%20seymourPlane=SceneJS.createNode"
type="text/javascript"></script>