Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 850 Bytes

File metadata and controls

31 lines (25 loc) · 850 Bytes

To Do

  • document arrays in one place
  • make program attributes an option, not a optional argument?
  • fix cone
  • make other kind of sphere
  • fix gawd damn docs

Done

  • make uglyif strip names
  • remove "a_" prefix
  • make primitives bufferInfo creator generate array { numComponents: x, data: y } ? (decided not to change this)
  • make a augmentedTypedArray example that's lines so I know it works
  • make AMD test
  • add texture stuff
    • loading
    • setting filtering
    • creation? {
      • src: url/img/cav/array,
      • width: height: Assumed Math.sqrt() or Wx1
      • min: mag: wrap: wrapS: wrapT
    • handle empty cubemap
    • handle string cubemap
    • handle string[] cubemap
    • should we put img on options? or should we set width and height? (currently not provide)