Commit 99f856de authored by Mandic's avatar Mandic
Browse files

Update hellox3dom.html

parent fe5ca278
Pipeline #6358 passed with stages
in 13 seconds
...@@ -81,15 +81,15 @@ ...@@ -81,15 +81,15 @@
nodes that define that geometry's appearance. The following example draws a blue box. nodes that define that geometry's appearance. The following example draws a blue box.
<pre> <pre>
<code class="language-html"> <code class="language-html">
&lt;X3D id="shapedata" width="600px" height="600px" style="float:left"&gt; &lt;X3D id="shapedata" width="600px" height="600px" style="float:left"&gt;
&lt;Scene&gt; &lt;Scene&gt;
&lt;background transparency='0' skyColor='1 0 0'&gt; &lt;/background&gt; &lt;background transparency='0' skyColor='1 0 0'&gt; &lt;/background&gt;
&lt;Shape id=box&gt; &lt;Shape id=box&gt;
&lt;appearance &gt; &lt;appearance &gt;
&lt;material diffuseColor='0 0 1'&gt;&lt;/material&gt; &lt;material diffuseColor='0 0 1'&gt;&lt;/material&gt;
&lt;/appearance&gt; &lt;/appearance&gt;
&lt;Box&gt; &lt;/Box&gt; &lt;Box&gt; &lt;/Box&gt;
&lt;/Shape&gt; &lt;/Shape&gt;
&lt;/Scene&gt; &lt;/Scene&gt;
&lt;/X3D&gt; &lt;/X3D&gt;
</code> </code>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment