This commit is contained in:
unknown 2022-02-14 17:37:37 +08:00
parent d2c1fb8176
commit 754f9d6a80
4 changed files with 12080 additions and 1 deletions

12078
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

BIN
src/assets/images/lc.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -13,6 +13,7 @@ import skyTexture from './images/sky.jpg';
import snowTexture from './images/snow.png';
import treeTexture from './images/tree.png';
import flagTexture from './images/flag.png';
import lc from './images/lc.jpg'
require('./libs/GLTFLoader.js');
import './index.css';
@ -308,7 +309,7 @@ export default class Olympic extends React.Component {
fiveCyclesGroup.scale.set(.036, .036, .036);
fiveCyclesGroup.position.set(0, 10, -8);
scene.add(fiveCyclesGroup);
// scene.add(fiveCyclesGroup);
// 创建雪花
let texture = new THREE.TextureLoader().load(snowTexture);