Skip to content

Commit bb5eae7

Browse files
committed
Modify book.glb
1 parent 3ccd1f8 commit bb5eae7

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/assets/glb/book_mod.glb

3.91 MB
Binary file not shown.

src/examples/medieval-fantasy-book-standalone.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
@@ -54,7 +54,7 @@
5454
* https://sketchfab.com/3d-models/medieval-fantasy-book-06d5a80a04fc4c5ab552759e9a97d91a
5555
* Attribution 4.0 International (CC BY 4.0)
5656
*/
57-
const book = this.load.preload('book', '/assets/glb/book.glb')
57+
const book = this.load.preload('book', '/assets/glb/book_mod.glb')
5858

5959
/**
6060
* box_man.glb by Jan Bláha

src/examples/medieval-fantasy-book.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
@@ -68,7 +68,7 @@
6868
* https://sketchfab.com/3d-models/medieval-fantasy-book-06d5a80a04fc4c5ab552759e9a97d91a
6969
* Attribution 4.0 International (CC BY 4.0)
7070
*/
71-
this.third.load.gltf('/assets/glb/book.glb').then(object => {
71+
this.third.load.gltf('/assets/glb/book_mod.glb').then(object => {
7272
const scene = object.scenes[0]
7373

7474
const book = new ExtendedObject3D()

src/welcome-game.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class MainScene extends Scene3D {
3636
* https://sketchfab.com/3d-models/medieval-fantasy-book-06d5a80a04fc4c5ab552759e9a97d91a
3737
* Attribution 4.0 International (CC BY 4.0)
3838
*/
39-
const book = this.load.preload('book', '/assets/glb/book.glb')
39+
const book = this.load.preload('book', '/assets/glb/book_mod.glb')
4040

4141
/**
4242
* box_man.glb by Jan Bláha

0 commit comments

Comments
 (0)