1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00
This commit is contained in:
Kevin Levron 2021-03-07 15:18:29 +01:00
parent 66b192670b
commit 28fe66e469

View File

@ -9,6 +9,8 @@ const external = [
'three', 'three',
'three/examples/jsm/controls/OrbitControls.js', 'three/examples/jsm/controls/OrbitControls.js',
'three/examples/jsm/deprecated/Geometry.js', 'three/examples/jsm/deprecated/Geometry.js',
'three/examples/jsm/lights/RectAreaLightUniformsLib.js',
'three/examples/jsm/helpers/RectAreaLightHelper.js',
'three/examples/jsm/loaders/GLTFLoader.js', 'three/examples/jsm/loaders/GLTFLoader.js',
'three/examples/jsm/postprocessing/BokehPass.js', 'three/examples/jsm/postprocessing/BokehPass.js',
'three/examples/jsm/postprocessing/EffectComposer.js', 'three/examples/jsm/postprocessing/EffectComposer.js',