|
@@ -183,7 +183,7 @@ export default class App {
|
|
// 获得行走视频
|
|
// 获得行走视频
|
|
let path = this.currentPoints.map( (point, index) => {
|
|
let path = this.currentPoints.map( (point, index) => {
|
|
return {
|
|
return {
|
|
- point: new BABYLON.Vector3(point.location.x, 0, point.location.z),
|
|
|
|
|
|
+ point: new BABYLON.Vector3(-point.location.x, 0, point.location.z),
|
|
video: index == 1 && common.createVideoElement0(url)
|
|
video: index == 1 && common.createVideoElement0(url)
|
|
}
|
|
}
|
|
})
|
|
})
|