#X3D V4.0 utf8 PROFILE Immersive # [X3D] version=4.0 # [X3D] noNamespaceSchemaLocation=/specifications/x3d-4.0.xsd # X3D-to-ClassicVRML XSL translation autogenerated by X3dToClassicVrmlEncoding.xslt and X3dToVrml97.xslt # /x3d/content/X3dToClassicVrmlEncoding.xslt # /x3d/content/X3dToVrml97.xslt # Transformation using XSLT processor: Saxonica # [head] META "title" "JavaSaiCreateNodesFromPrototype.x3d" META "description" "Java Scene Authoring Interface (JSAI) scene and source code example that show creation of nodes from a prototype." META "creator" "X3D Working Group" META "translator" "Xeena VRML importer" META "imported" "23 February 2005" META "created" "23 February 2005" META "modified" "28 September 2025" META "reference" "SAIExample5.java" META "TODO" "build, compile, test" META "reference" "/files/specifications/19777-2/V3.0/Part2/X3D_Java.html" META "specificationSection" "X3D language bindings, ISO/IEC 19777-2, Part 2: Java, D.6 Create nodes from a prototype" META "specificationUrl" "/files/specifications/19777-2/V3.0/Part2/examples.html#CreateNodesFromAPrototype" META "generator" "Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html" META "generator" "X3D-Edit, /TaskGroups/x3d/translation/README.X3D-Edit.html" META "generator" "X3D-Edit 4.0, /x3d/tools/X3D-Edit" META "identifier" "/x3d/content/examples/Basic/X3dSpecifications/JavaSaiCreateNodesFromPrototype.x3d" META "license" "../license.html" # [Scene] ========== ========== ========== WorldInfo { title "JavaSaiCreateNodesFromPrototype.x3d" } PROTO ColoredSphere [ initializeOnly SFColor color 0.0 0.0 0.0 ] { Shape { appearance Appearance { material Material { diffuseColor IS color } } geometry Sphere { } } } DEF SC Script { url [ "SAIExample5.class" "/x3d/content/examples/Basic/X3dSpecifications/SAIExample5.class" ] }