mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 02:16:51 +02:00
Update information sentence
This commit is contained in:
parent
bf984e8d1a
commit
73483eef94
2 changed files with 2 additions and 10 deletions
|
@ -882,11 +882,7 @@ ScrollingWindow {
|
||||||
onExited: infoGlyph.color = hifi.colors.lightGrayText;
|
onExited: infoGlyph.color = hifi.colors.lightGrayText;
|
||||||
onClicked: letterbox(hifi.glyphs.question,
|
onClicked: letterbox(hifi.glyphs.question,
|
||||||
"What is baking?",
|
"What is baking?",
|
||||||
"Baking is a process we use to compress geometric meshes and textures.<br>" +
|
"Baking compresses and optimizes files for faster network transfer and display. We recommend you bake your content to reduce initial load times for your visitors.");
|
||||||
"We do this for efficient storage and transmission of models.<br>" +
|
|
||||||
"In some cases, we have been able to achieve 60% compression of original models.<br><br>" +
|
|
||||||
"We highly recommend you leave baking on to enable faster transmission decode of models" +
|
|
||||||
"in interface resulting in better experience for users visiting your domain.");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -881,11 +881,7 @@ Rectangle {
|
||||||
onExited: infoGlyph.color = hifi.colors.lightGrayText;
|
onExited: infoGlyph.color = hifi.colors.lightGrayText;
|
||||||
onClicked: letterbox(hifi.glyphs.question,
|
onClicked: letterbox(hifi.glyphs.question,
|
||||||
"What is baking?",
|
"What is baking?",
|
||||||
"Baking is a process we use to compress geometric meshes and textures.<br>" +
|
"Baking compresses and optimizes files for faster network transfer and display. We recommend you bake your content to reduce initial load times for your visitors.");
|
||||||
"We do this for efficient storage and transmission of models.<br>" +
|
|
||||||
"In some cases, we have been able to achieve 60% compression of original models.<br><br>" +
|
|
||||||
"We highly recommend you leave baking on to enable faster transmission decode of models" +
|
|
||||||
"in interface resulting in better experience for users visiting your domain.");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue