<!DOCTYPE HTML> <html lang="en"> <head> <meta charset="utf-8"/> <title>Scene (NoMap)</title> <script type='text/javascript' src='js/jquery/jquery-3.1.1.js'></script> <script type='text/javascript' src='js/nomap_init.js'></script> <link rel='stylesheet' type='text/css' href='js/x3dom/x3dom.css'></link> <link rel='stylesheet' type='text/css' href='js/ui.css'></link> </head> <body> <div id='x3d_wrapper'> <x3d id="x3d_id" width='1600px' height='800px' showProgress="true" showStat="false" showLog="false" disableDoubleClick="true" keysEnabled="true"> <scene> <navigationInfo id="navInfo" type='"examine" "walk"' speed='0.01'></navigationInfo> <Viewpoint fieldOfView='1' position='0 0 0' orientation='0 0 1 0'></Viewpoint> <!-- <group> <inline name="back" namespacename="back" url="models/m1/v1/background.x3d"/> </group>--> </scene> </x3d> </div> </body> </html>