mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 04:10:11 +02:00
actual model url
This commit is contained in:
parent
48290a5275
commit
337909b539
1 changed files with 2 additions and 2 deletions
|
@ -294,7 +294,7 @@ function createGates() {
|
|||
var gate1 = Entities.addEntity({
|
||||
name: 'Back Door Gate',
|
||||
type:'Model',
|
||||
modelURL:'MODEL_URL',
|
||||
modelURL:MODEL_URL,
|
||||
position: {
|
||||
x: 546.52,
|
||||
y: 494.76,
|
||||
|
@ -331,7 +331,7 @@ function createGates() {
|
|||
var gate2 = Entities.addEntity({
|
||||
name: 'Front Door Fence',
|
||||
type:'Model',
|
||||
modelURL:'MODEL_URL',
|
||||
modelURL:MODEL_URL,
|
||||
position: {
|
||||
x: 531.15,
|
||||
y: 495.11,
|
||||
|
|
Loading…
Reference in a new issue