Render - GeorgeGkas/isometricObelisk.js GitHub Wiki

The most used method, and most useful one, is the render(). This is the last method you should add in your class instance. You can call the primitive, position and color methods in any order you like. The render method , however, must be called in the end of the class instance. This method takes no parameters and renders the primitive in your canvas.