Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
thmasn authored Jun 26, 2016
1 parent e07f90b commit 76f4786
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions editor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,29 @@
<script src="js/commands/SetMaterialMapCommand.js"></script>
<script src="js/commands/SetSceneCommand.js"></script>

//environment texture loading
<script src="../examples/js/controls/OrbitControls.js"></script>
<script src="../examples/js/loaders/RGBELoader.js"></script>
<script src="../examples/js/loaders/HDRCubeTextureLoader.js"></script>

<script src="../examples/js/Detector.js"></script>
<script src="../examples/js/libs/stats.min.js"></script>

<script src="../examples/js/Half.js"></script>
<script src="../examples/js/Encodings.js"></script>
<script src="../examples/js/pmrem/PMREMGenerator.js"></script>
<script src="../examples/js/pmrem/PMREMCubeUVPacker.js"></script>
<script src="../examples/js/libs/dat.gui.min.js"></script>

<script src="../examples/js/postprocessing/EffectComposer.js"></script>
<script src="../examples/js/postprocessing/RenderPass.js"></script>
<script src="../examples/js/postprocessing/MaskPass.js"></script>
<script src="../examples/js/postprocessing/ShaderPass.js"></script>
<script src="../examples/js/shaders/CopyShader.js"></script>
<script src="../examples/js/shaders/FXAAShader.js"></script>
<script src="../examples/js/postprocessing/BloomPass.js"></script>
<script src="../examples/js/shaders/ConvolutionShader.js"></script>

<!-- <script type="text/javascript" src="https://www.dropbox.com/static/api/2/dropins.js" id="dropboxjs" data-app-key="qyqgfqd9j8z890t"></script> -->

<script>
Expand Down

0 comments on commit 76f4786

Please sign in to comment.