mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:28:03 +02:00
Fixed path to asset
This commit is contained in:
parent
c240b24efd
commit
29d086d390
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
var graph = {
|
var graph = {
|
||||||
background: {
|
background: {
|
||||||
type: "Model",
|
type: "Model",
|
||||||
modelURL: "https://binaryrelay.com/files/public-docs/hifi/meter/wood/meter-text.fbx",
|
modelURL: "https://binaryrelay.com/files/public-docs/hifi/meter/wood/meter-wood.fbx",
|
||||||
color: {
|
color: {
|
||||||
red: 128,
|
red: 128,
|
||||||
green: 128,
|
green: 128,
|
||||||
|
|
Loading…
Reference in a new issue