Commit d8e2869a authored by Koukofikis's avatar Koukofikis
Browse files

Update ifsandtexturecoord.html

parent 43137159
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<!-- wall 1 --> <!-- wall 1 -->
<Appearance> <Appearance>
<ImageTexture <ImageTexture
url="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d1/Brick_wall_close-up_view.jpg/800px-Brick_wall_close-up_view.jpg"> url="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d1/Brick_wall_close-up_view.jpg/800px-Brick_wall_close-up_view.jpg">
</ImageTexture> </ImageTexture>
<Material diffuseColor="0.753, 0.753, 0.753"> </Material> <Material diffuseColor="0.753, 0.753, 0.753"> </Material>
</Appearance> </Appearance>
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<!-- wall --> <!-- wall -->
<Appearance> <Appearance>
<ImageTexture <ImageTexture
url="http://upload.wikimedia.org/wikipedia/commons/thumb/0/09/Peach_Rinkysplash.jpg/800px-Peach_Rinkysplash.jpg"> url="https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/Peach_Rinkysplash.jpg/800px-Peach_Rinkysplash.jpg">
</ImageTexture> </ImageTexture>
<Material diffuseColor="0.753, 0.753, 0.753"> </Material> <Material diffuseColor="0.753, 0.753, 0.753"> </Material>
</Appearance> </Appearance>
...@@ -70,20 +70,20 @@ ...@@ -70,20 +70,20 @@
</p> </p>
</td> </td>
<td width="50%" align="left" valign="top" scope="col"> <td width="50%" align="left" valign="top" scope="col">
Example: <a href="http://doc.x3dom.org/tutorials/basics/imagesMovies/index.html" target="_blank"> Using Images Example: <a href="https://doc.x3dom.org/tutorials/basics/imagesMovies/index.html" target="_blank"> Using Images
and Movies as Textures </a> and Movies as Textures </a>
<br> <br>
<a href="http://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/texturing.html" <a href="https://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/texturing.html"
target="_blank"> Textures </a> target="_blank"> Textures </a>
<br> <br>
<a href="http://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/geometry3D.html#IndexedFaceSet" <a href="https://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/geometry3D.html#IndexedFaceSet"
target="_blank"> target="_blank">
How Textures are mapped on IndexedFaceSet: How Textures are mapped on IndexedFaceSet:
</a><br> </a><br>
<br> <br>
<pre class="prettyprint"> <pre class="prettyprint">
&lt;Appearance&gt; &lt;Appearance&gt;
&lt;ImageTexture url="http://upload.wikimedia.org/wikipedia/commons/thumb/0/09/Peach_Rinkysplash.jpg/800px-Peach_Rinkysplash.jpg"&gt;&lt;/ImageTexture&gt; &lt;ImageTexture url="https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/Peach_Rinkysplash.jpg/800px-Peach_Rinkysplash.jpg"&gt;&lt;/ImageTexture&gt;
&lt;Material diffuseColor="0.753, 0.753, 0.753"&gt; &lt;/Material&gt; &lt;Material diffuseColor="0.753, 0.753, 0.753"&gt; &lt;/Material&gt;
&lt;/Appearance&gt; &lt;/Appearance&gt;
</pre> </pre>
......
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