3D Model Controller This application utilizes the Dweet.io API and webGL. One device (in this case, the phone) is used as the main controller that interacts with the 3D model object while others can view the interaction live from any web-accessible location. Open the viewer in your desktop browser then open in the controller using […]
WebGL Shape & Vertex Manipulation
This is an example of rendering a shape (in this case a triangle) or point on the canvas using webGL with controls that allow the user to manipulate the vertices and characteristics of the shape or point. View the App! View the Code