jaanga / jaanga.github.io

Home page for jaanga.github.io - your 3D happy place. Explore ways of demonstrating STEM topics with beginner level code. Provide many simple cookbook examples. Written in plain JavaScript. Three.js is the only dependency.

Home Page:http://jaanga.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2016-05-25 ~ HK Table R1

theo-armour opened this issue · comments

HK Read Me

2016-05-25

Many Triangles R1

  • First pass at seeing what lots ( 10,000 ) of random faces 'feels' like
  • Each face is a separate mesh with vertices randomly placed
  • Slow loading
  • 10 FPS
  • Intersecting faces adds greatly to slowdown

2016-05-25

Many Triangles R2

image

  • Slight change makes big difference: geometry.merge( geometry2 );
  • All geometry now in a single mesh
  • Loads faster as well
  • 40 FPS

HK Table R1

image

  • First pass with HK's data
  • Loads data - face-array.js - as JavaScript file
  • 60 FPS!