-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
15 lines (15 loc) · 853 Bytes
/
test.html
File metadata and controls
15 lines (15 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<title>playsign 3d logo test </title>
<body>
<script src="three.js/build/three.js"></script>
<script src="three.js/examples/js/shaders/ConvolutionShader.js"></script>
<script src="three.js/examples/js/shaders/CopyShader.js"></script>
<script src="three.js/examples/js/shaders/FXAAShader.js"></script>
<script src="three.js/examples/js/postprocessing/EffectComposer.js"></script>
<script src="three.js/examples/js/postprocessing/MaskPass.js"></script>
<script src="three.js/examples/js/postprocessing/RenderPass.js"></script>
<script src="three.js/examples/js/postprocessing/ShaderPass.js"></script>
<script src="three.js/examples/js/postprocessing/BloomPass.js"></script>
<!-- <script src="//cdnjs.cloudflare.com/ajax/libs/tweenjs/0.6.0/tweenjs.min.js"> -->
<script src="logo.js"></script>
</html>