Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. # EIGHT Best Practices
  2.  
  3. ## Overview
  4.  
  5. Demonstrates high-level 3D graphics and Geometric Algebra
  6. computations using the the `EIGHT` library.
  7.  
  8. ## Notes
  9.  
  10. 1. A nice feature of this example is how the __Engine is created before the DOM has been verified to have been loaded__. Only when the DOM has been loaded do we access the HTMLCanvasElement and call __engine.start__. This approach allows objects objects to be instantiated with the __const__ keyword to prevent reassignment.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement