1. 04 10月, 2011 2 次提交
  2. 03 10月, 2011 4 次提交
  3. 02 10月, 2011 16 次提交
  4. 01 10月, 2011 1 次提交
  5. 30 9月, 2011 2 次提交
  6. 29 9月, 2011 3 次提交
    • A
      Added FXAA to color lines example. · 721d5bb5
      alteredq 提交于
      Works better in OpenGL with thick lines. Single pixel wide lines in ANGLE get a bit of strip pattern.
      721d5bb5
    • A
      e0a29097
    • N
      Added "lower level" immediate rendering functionality. The existing mechanism... · c311a719
      Nik Van den Wijngaert 提交于
      Added "lower level" immediate rendering functionality. The existing mechanism requires modification of the WebGLRenderer for different objects. The new implementation leaves the current MarchingCubes immediate renderer intact but checks for existence of a immediateRenderCallback member function of the object. If found, that object is added to the scene.__webglObjectsImmediate array. The program, webgl context, and frustum are currently passed into the callback, putting al rendering responsibility at the implementing object. This may break the Three.js abstraction somewhat, but allows "power users" to do some funky webgl stuff while still relying on the Three.js framework for the rest of the scene...
      c311a719
  7. 27 9月, 2011 4 次提交
  8. 26 9月, 2011 6 次提交
  9. 25 9月, 2011 2 次提交