3D-Objekte in Webseiten: Unterschied zwischen den Versionen

Aus Wikidental.de
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:




<nohtml>


<!DOCTYPE HTML>
<html>
<head>
<head>
     <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
     <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
Zeile 24: Zeile 21:


</body>
</body>
</html>
</nohtml>

Version vom 13. März 2022, 00:24 Uhr

X3D in HTML eingebettet


<head>

   <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
   <title>Markus X3D</title>
    <meta charset="utf-8" />
   <script type='text/javascript' src='https://www.x3dom.org/download/x3dom.js'> </script>
   <link rel='stylesheet' type='text/css' href='https://www.x3dom.org/download/x3dom.css'/>

</head> <body>

X3D-Objekt in HTML5

<x3d width='500px' height='400px'>

  	 <scene>

<inline url="markus.x3d"> </inline>

  	 </scene> 

</x3d>

</body>