Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T three.js
  • Project information
    • Project information
    • Activity
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • avvy
  • three.js
  • Repository

Switch branch/tag
  • three.js
  • examples
  • webgl_raycaster_bvh.html
Find file BlameHistoryPermalink
  • 0b5vr's avatar
    chore: replace the cdn, unpkg -> jsdelivr (#28006) · 447d344c
    0b5vr authored Mar 26, 2024
    * chore: replace the cdn, unpkg -> jsdelivr
    
    `unpkg.com/` -> `cdn.jsdelivr.net/npm/`
    
    I checked all changed examples, editor, manuals are working properly
    
    Context: unpkg is not reliable, especially when we are using NodeMaterials since there are a lot of modules to load.
    
    See: https://github.com/mrdoob/three.js/issues/28002#issuecomment-2019553689
    
    Note that I also replaced in `editor-settings.js`
    
    I excluded `editor/js/libs/ffmpeg.min.js` and `examples/jsm/libs/chevrotain.module.min.js`
    
    `webgl2_ubo_arrays.html` still imports es-module-shims, is this required?
    
    * chore: remove es-module-shims from `webgl2_ubo_arrays.html`
    
    See: https://github.com/mrdoob/three.js/pull/28006#issuecomment-2020013107
    447d344c
webgl_raycaster_bvh.html 7.89 KB
EditWeb IDE

Replace webgl_raycaster_bvh.html

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.