1. 29 4月, 2016 6 次提交
  2. 28 4月, 2016 2 次提交
    • G
      Remove arguments to allow optimalisations · bc6bc544
      gero3 提交于
      * Remove arguments to allow optimalisations
      
      * Change constructor based on @mrdoob's argument
      
      * Fix issue with renaming of argument
      
      * convert space to tabs
      
      * cleanup docs
      
      * don't forget the linefeed in docs
      
      * docs cleanup
      
      * Update Color.html
      bc6bc544
    • G
      Remove legacy warning in KeyFrameTrack · c184493e
      gero3 提交于
      It became unnessecary.
      c184493e
  3. 27 4月, 2016 5 次提交
    • B
      Fix VREffect support for webvr-polyfill · 65a16691
      Brian Chirls 提交于
      * Fix VREffect support for webvr-polyfill (#8712)
      - correctly set `isPresenting` in full screen mode
      - webvr-polyfill fires fullscreenchange in VR mode
      - fix needed for setting main window to full screen while presenting
      
      * Code clean-up (#8748, #8712)
      - Added parentheses to clarify per @mrdoob
      - More spaces
      - cast `isPresenting` to boolean
      
      * Check if vrHMD is undefined (#8748, #8712)
      65a16691
    • M
      Updated builds. · 240c938a
      Mr.doob 提交于
      240c938a
    • M
      Clean up. · ac7f2840
      Mr.doob 提交于
      ac7f2840
    • T
      Depth packing and double sided shadows (#8745) · fa0951f1
      tschw 提交于
      * Improved precision of RGBA fixpoint packing.
      
      * Added switch to enable double-sided shadow casters.
      
      - Off by default, see #8692
      
      * Updated WebGLRenderer docs, shadow mapping.
      
      * Enabled back face shadows, webgl_clipping_advanced.
      fa0951f1
    • A
      Docs: add some default values for clock and raycaster · 70c26379
      aardgoose 提交于
      * default value for constructor autostart
      
      * document default values for optional parameters
      
      * Revert "document default values for optional parameters"
      
      This reverts commit f1d33aa28401658e3622852755a1b5cb7b0e15c6.
      
      * document defaults for raycaster methods
      70c26379
  4. 26 4月, 2016 4 次提交
  5. 25 4月, 2016 6 次提交
  6. 23 4月, 2016 3 次提交
  7. 22 4月, 2016 5 次提交
  8. 21 4月, 2016 9 次提交
    • M
      orbitControls getAngle fix (#8702) · 42a2cf7b
      mlknz 提交于
      42a2cf7b
    • M
      Updated to CodeMirror 5.14.2 · efd12efd
      Mr.doob 提交于
      efd12efd
    • J
      MTLLoader improvements (#8689) · 0f4169da
      Jonne Nauha 提交于
      * MTLLoader: Deprecate setBaseUrl in favor or better named setTexturePath.
      Make sure MaterialCreator.baseUrl is not undefined if no path/texture path is set.
      
      * MTLLoader: Automatically resolve texture base path from .mtl source URL if not explicitly set with setPath or setTexturePath.
      The URL parameter to .parse(text, url) is passed in if you use .load(). For external use it is optional and preserves earlier behavior if not passed in.
      
      * MTLLoader: Use single quotes consistently. Make params object property setting easier to read.
      
      * MTLLoader: Don't overwrite already found diffuse texture like is done with bump map. This might change behavior for bad materials that define 'map_kd' multiple times.
      
      * MTLLoader: Remaining double quotes to single ticks, also in documentation.
      
      * MTLLoader: Remove auto resolving base path from .mtl source URL.
      Add documentation to load and other important functions.
      Remove now redundant call to .setBaseUrl in obj/mtl loader example. setPath is enough if the .mtl and textures have the same base path (documented).
      
      * MTLLoader: Dont break parsed texture references that are already absolute URLs.
      
      * MTLLoader: Fix doc typos.
      
      * MTLLoader: Move utility function inside the function that uses it.
      
      * MTLLoader: Use case insensitive regexp instead for abs URL checks.
      0f4169da
    • M
      Merge branch 'master' into dev · be7bf2fd
      Mr.doob 提交于
      be7bf2fd
    • G
      Update ISSUE_TEMPLATE.md (#8695) · 59160501
      gero3 提交于
      * Update ISSUE_TEMPLATE.md
      
      * Update ISSUE_TEMPLATE.md
      59160501
    • A
      Add support of camera zoom to CSS3DRenderer (#8700) · b48f073c
      Arthur Muchir 提交于
      If we use zoom, `camera.fov` is not change. By replacing `camera.fov` by `camera.getEffectiveFOV`, the correct FOV is get.
      b48f073c
    • J
      OBJLoader: MultiMaterial and geometry group support (#8691) · 61260bc6
      Jonne Nauha 提交于
      * ObjLoader: Implement support for multiple materials inside a geometry/object.
      - Tracks material declaration occuring mid face declaration
      - If object has multiple materials MultiMaterial is creted and geometry groups are created.
      - This approach is better than splitting into separate objects: 1) we are creating as many objects the file defines (correctness) 2) The full geometry would be duplicated into
        two objects, afaik this uploads the geometry multiple times to the GPU (perf, i had test asset that had >400 submeshes with 1-6 geometry groups each).
      
      Fixes #8681 #8640
      Updates #8203 (fixes OPs 2. point)
      
      * OBJLoader: Code cleanup and three.js style formatting.
      61260bc6
    • T
      30319442
    • M
      Updated builds. · c710d34b
      Mr.doob 提交于
      c710d34b