A little example for loading a .obj 3D model using seen.js. We render our 3D model using the SVG support, the library allows also to use an HTML5 canvas. The resulting shapes in the model are rendered using triagles instead of quads.
xxxxxxxxxx
<html lang="en">
<head>
<meta charset="utf-8">
<title>seen.js test</title>
<meta name="description" content="">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://seenjs.io/dist/latest/seen.min.js"></script>
<link rel="stylesheet" href="index.css">
</head>
<body>
<svg id="svg" width="960" height="500"></svg>
<script src="index.js"></script>
</body>
</html>
Modified http://seenjs.io/dist/latest/seen.min.js to a secure url
https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js
https://seenjs.io/dist/latest/seen.min.js