Skip to content

Instantly share code, notes, and snippets.

@wingyplus
Created March 16, 2014 11:58
Show Gist options
  • Save wingyplus/9582198 to your computer and use it in GitHub Desktop.
Save wingyplus/9582198 to your computer and use it in GitHub Desktop.
Hello X3Dom
<!doctype html>
<html>
<head>
<title>Playground</title>
<link rel="stylesheet" type="text/css" href="http://www.x3dom.org/download/x3dom.css"></link>
<script src="http://www.x3dom.org/download/x3dom.js" type="text/javascript"></script>
</head>
<body>
<h1>Playground</h1>
<x3d width="500px" height="400px">
<scene>
<shape>
<appearance>
<material diffuseColor="red"></material>
</appearance>
<box></box>
</shape>
</scene>
</x3d>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment