merge
This commit is contained in:
parent
d2c1fb8176
commit
754f9d6a80
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue