Update information sentence

This commit is contained in:
Atlante45 2017-09-26 19:19:34 -07:00
parent bf984e8d1a
commit 73483eef94
2 changed files with 2 additions and 10 deletions

View file

@ -882,11 +882,7 @@ ScrollingWindow {
onExited: infoGlyph.color = hifi.colors.lightGrayText;
onClicked: letterbox(hifi.glyphs.question,
"What is baking?",
"Baking is a process we use to compress geometric meshes and textures.<br>" +
"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.");
"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.");
}
}
}

View file

@ -881,11 +881,7 @@ Rectangle {
onExited: infoGlyph.color = hifi.colors.lightGrayText;
onClicked: letterbox(hifi.glyphs.question,
"What is baking?",
"Baking is a process we use to compress geometric meshes and textures.<br>" +
"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.");
"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.");
}
}
}