1. 27 7月, 2016 2 次提交
    • M
      Added REVISION back. · d2812c57
      Mr.doob 提交于
      d2812c57
    • A
      Adds support for combined Depth+Stencil Texture (#9368) · 7250c5c9
      Arthur Silber 提交于
      * Adds THREE.UnsignedInt248Type and THREE.DepthStencilFormat constants
      
      * Extends DepthTexture to allow for either THREE.DepthFormat or THREE.DepthStencilFormat
      
      * Extends depthTexture initialization to support both DepthTextureFormat and DepthStencilFormat
      
      * Fixes typos
      
      * Ensures correct internal format for DepthStencil textures
      
      * Allows to set depthTexture via options.depthTexture in constructor
      7250c5c9
  2. 22 7月, 2016 1 次提交
    • R
      Modules (#9310) · f65e669a
      Rich Harris 提交于
      * convert to ES modules
      
      * rebuild
      
      * move shaders back into glsl files
      
      * reinstate polyfills
      f65e669a