Skip to content

Commit

Permalink
local three js
Browse files Browse the repository at this point in the history
  • Loading branch information
mudroljub committed Jan 14, 2025
1 parent 56a6462 commit 67f22e0
Show file tree
Hide file tree
Showing 125 changed files with 53,168 additions and 124 deletions.
2 changes: 1 addition & 1 deletion examples/10-geometry/avatar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/10-geometry/boxes-and-barrels/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/10-geometry/buildings-civil/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/10-geometry/buildings-urban/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/10-geometry/buildings-war/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/10-geometry/locomotive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/10-geometry/trees-cartoon/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/10-geometry/trees/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/15-animations/dark-city/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/15-animations/parting-the-sea/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/15-animations/planets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/15-animations/tank/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/15-animations/train/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/15-animations/waves/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/20-particles/explosion/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1 style="color:white; position:absolute">Press anywhere</h1>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/20-particles/fire/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/20-particles/flame/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/20-particles/flying-through-space/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/20-particles/rain/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/20-particles/smoke/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/20-particles/snow/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/20-particles/stars/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/25-shaders/fireball/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/25-shaders/golden-flow/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/25-shaders/gradient/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/25-shaders/lava/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/25-shaders/led/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/25-shaders/lightning-led/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/25-shaders/marble/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/25-shaders/raging-sea/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/25-shaders/ripple/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/25-shaders/toon-shader-ghibli/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/25-shaders/toon-shader/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/25-shaders/voronoi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/25-shaders/wood/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/30-player/aim-at-target/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/30-player/change-camera/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/30-player/drag-controls/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/30-player/player-collision/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/30-player/third-person-camera-simple/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/30-player/third-person-camera/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/35-mazes/city-led/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/35-mazes/city/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/35-mazes/minas-tirith/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three": "/libs/three.module.js",
"three/": "https://unpkg.com/[email protected]/"
}
}
Expand Down
Loading

0 comments on commit 67f22e0

Please sign in to comment.