mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-27 22:45:25 +00:00
larry babby and threejs for glsl
This commit is contained in:
32322
webGl/my-threejs-test/dist/index.975ef6c8.js
vendored
Normal file
32322
webGl/my-threejs-test/dist/index.975ef6c8.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
webGl/my-threejs-test/dist/index.975ef6c8.js.map
vendored
Normal file
1
webGl/my-threejs-test/dist/index.975ef6c8.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
22
webGl/my-threejs-test/dist/index.html
vendored
Normal file
22
webGl/my-threejs-test/dist/index.html
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Phyllotaxis Animation with Three.js and ShaderMaterial</title>
|
||||
<style>body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
canvas {
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script> -->
|
||||
<script src="/index.975ef6c8.js" defer=""></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user