mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 04:18:12 +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({
|
var gate1 = Entities.addEntity({
|
||||||
name: 'Back Door Gate',
|
name: 'Back Door Gate',
|
||||||
type:'Model',
|
type:'Model',
|
||||||
modelURL:'MODEL_URL',
|
modelURL:MODEL_URL,
|
||||||
position: {
|
position: {
|
||||||
x: 546.52,
|
x: 546.52,
|
||||||
y: 494.76,
|
y: 494.76,
|
||||||
|
@ -331,7 +331,7 @@ function createGates() {
|
||||||
var gate2 = Entities.addEntity({
|
var gate2 = Entities.addEntity({
|
||||||
name: 'Front Door Fence',
|
name: 'Front Door Fence',
|
||||||
type:'Model',
|
type:'Model',
|
||||||
modelURL:'MODEL_URL',
|
modelURL:MODEL_URL,
|
||||||
position: {
|
position: {
|
||||||
x: 531.15,
|
x: 531.15,
|
||||||
y: 495.11,
|
y: 495.11,
|
||||||
|
|
Loading…
Reference in a new issue