Polygon example app

This example shows how to load polygon objects into a scene and move them around. Use right-click to rotate, shift-right-click to move, and ctrl-right-click to resize.

View the source /foviaserver/public/apps/polygon/polygon.js To run the example, and enter one of the URLs into your browser and change “localhost�? to your server IP address

Examples to run include:

  • Dental implant OBJ file: run a local copy of http://localhost:8088/apps/polygon
  • Hip stem implant STL file: run a local copy of http://localhost:8088/apps/polygon?type=stl
  • Texture map cube OBJ file: run a local copy of http://localhost:8088/apps/polygon?type=texture
  • Client-generated vector list: run a local copy of http://localhost:8088/apps/polygon?type=vertices
  • Client-generated X-Y-Z plane centered at the origin: run a local copy of http://localhost:8088/apps/polygon?type=axis