-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (105 loc) · 4.03 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Threejs Sketch - dannyvt995</title>
</head>
<style>
* {
box-sizing: border-box;
}
.box {
display: flex;
flex-direction: column;
}
a {
display: block;
padding: .5rem 1rem;
margin-bottom: 1rem;
width: fit-content;
height: fit-content;
background-color: blanchedalmond;
}
</style>
<body>
<h1>Sketch Threejs</h1>
<p>https://github.com/dannyvt995</p>
<h2>Cover Lusion</h2>
<a href="/threejs_tut/lusion/plane.html">Plane qrotate</a>
<a href="/threejs_tut/lusion/hover.html">hover with segment</a>
<h2>Instanced Interact</h2>
<div class="box">
<a href="/threejs_tut/Particle_Instanced_SimInteract_GPGPU.html">Particle_Instanced_SimInteract_GPGPU</a>
<a href="/threejs_tut/Instanced_Intractive_GPGPU.html">Instanced_Intractive_GPGPU</a>
<a href="/threejs_tut/CustomMesh_Interactive.html">CustomMesh_Interactive</a>
<a href="/threejs_tut/GeometryCustom_GPGPU.html">GeometryCustom_GPGPU</a>
</div>
<h2>Volume/SDF/Ray</h2>
<div class="box"></div>
<a href="/threejs_tut/Volume_SdfTexture_SampleAs3D.html"><strong>Track Surface Final</strong>: Complete concept</a>
</div>
<div class="box"></div>
<a href="/threejs_tut/Volume_SdfTexture_InstancedMesh_Fatline.html"><strong>Track Surface Final</strong>: FatLine + Instanced / Volume + SDF</a>
</div>
<div class="box">
<a href="/threejs_tut/Volume_SdfTexture_InstancedMesh.html"><strong>Track Surface Final</strong>: Volume + SDF</a>
</div>
<div class="box">
<a href="/threejs_tut/Volume_SdfTexture_Particle.html">Track Surface Part 2: Volume + SDF</a>
</div>
<div class="box">
<a href="/threejs_tut/volume_sdftexture.html">volume_sdftexture</a>
</div>
<h2>SkinnedMesh</h2>
<div class="box">
<a href="/threejs_tut/getPosSkinnedMesh_cpu_aabb_complete.html">Get pos skinnedMesh n export to VAT</a>
</div>
<div class="box">
<a href="/threejs_tut/SkinnedMesh_AABB_GPGPU_Datatexture.html">SkinnedMesh_AABB_GPGPU_Datatexture</a>
</div>
<h2>Track Surface</h2>
<div class="box">
<a href="/threejs_tut/DepthTexture_FBO_GPGPU.html">Track Surface Part 1: DepthTexture_FBO_GPGPU</a>
<a href="/threejs_tut/MeshSurface_HashPos_ClusterVertex.html">MeshSurface_HashPos_ClusterVertex</a>
</div>
<h2>Fuild Sim 2D</h2>
<div class="box">
<a href="/threejs_tut/Fuild_Rewrite.html">Fuild_Rewrite</a>
<a href="/threejs_tut/FuildSim_Restyle.html">FuildSim_Restyle</a>
<a href="/threejs_tut/Fuild_Particle2D.html">Fuild_Particle2D</a>
<a href="/threejs_tut/Fuild_ParticleCurlNoise2D_GPGPU.html">Fuild_ParticleCurlNoise2D_GPGPU</a>
</div>
<h2>Glsl</h2>
<div class="box">
<a href="/threejs_tut/Raymarching_Viewer.html">Raymarching_Viewer</a>
</div>
<h2>BVH Sample</h2>
<div class="box">
<a href="/threejs_tut/Bvh_Colision_Sample.html">Bvh_Colision_Sample</a>
<a href="/threejs_tut/Bvh_Particle_Sample01.html">Bvh_Particle_Sample01</a>
<a href="/threejs_tut/Bvh_Particle_Sample02.html">Bvh_Particle_Sample02</a>
</div>
<h2>Rapier Sample</h2>
<div class="box">
<a href="/threejs_tut/Rapier3d_Sample.html">Rapier3d_Sample</a>
</div>
<h2>SoftBody Sample</h2>
<div class="box">
<a href="/threejs_tut/softBodyNotOpt.html">softBodyNotOpt</a>
<a href="/threejs_tut/SoftBodySkinning_Sample.html">SoftBodySkinning_Sample</a>
</div >
<h2>Ribbon</h2>
<div class="box">
<a href="/threejs_tut/Ribbon_FboPingPong.html">Ribbon_FboPingPong</a>
</div>
<h2>Vector Field</h2>
<div class="box">
<a href="/threejs_tut/VectorFields.html">VectorFields</a>
</div>
<h2>Postprocessing</h2>
<div class="box">
<a href="/threejs_tut/test_demo_car.html">none</a>
</div>
</body>
</html>