Пример:
Код:
<html> <head> <title>3D Sphere</title> <script type="text/javascript" src="http://www.x3dom.org/download/x3dom.js"></script> <link rel="stylesheet" type="text/css" href="http://www.x3dom.org/download/x3dom.css"></link> </head> <body> <x3d width='500px' height='400px'> <scene> <shape> <appearance> <material diffuseColor='0 0 1'></material> </appearance> <sphere></sphere> </shape> </scene> </x3d> </body> </html>
Результат: