mirror of
https://github.com/LeuisKen/leuisken.github.io.git
synced 2026-01-25 14:43:04 +00:00
update
This commit is contained in:
parent
5bd983643a
commit
ecf990ae7c
Binary file not shown.
|
Before Width: | Height: | Size: 71 KiB |
@ -105,7 +105,6 @@ var imgs = [
|
||||
'./images/page2_car.png',
|
||||
'./images/page2_char_lar.png',
|
||||
'./images/page2_rect.png',
|
||||
'./images/page3_bg.jpg',
|
||||
'./images/page3_char_lar.png',
|
||||
'./images/page3_person.png',
|
||||
'./images/page4_char.png',
|
||||
@ -417,7 +416,7 @@ function render() {
|
||||
|
||||
var page3Stage = new C3D.Stage()
|
||||
page3Stage.size(window.innerWidth, window.innerHeight).position(0, 0, 0).material({
|
||||
image: './images/page3_bg.jpg'
|
||||
image: './images/page5_bg.jpg'
|
||||
}).update()
|
||||
|
||||
var page3 = new C3D.Plane()
|
||||
@ -483,7 +482,7 @@ function render() {
|
||||
|
||||
var page4Stage = new C3D.Stage()
|
||||
page4Stage.size(window.innerWidth, window.innerHeight).position(0, 0, 0).material({
|
||||
image: './images/page1_bg.jpg'
|
||||
image: './images/page5_bg.jpg'
|
||||
}).update()
|
||||
|
||||
var page4 = new C3D.Plane()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user