mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Updated MyAvatar to use animGraph from gist instead of local host.
This commit is contained in:
parent
d13a188dde
commit
4a749a0403
1 changed files with 2 additions and 2 deletions
|
@ -1224,8 +1224,8 @@ void MyAvatar::preRender(RenderArgs* renderArgs) {
|
|||
|
||||
// https://gist.github.com/hyperlogic/7d6a0892a7319c69e2b9
|
||||
// python2 -m SimpleHTTPServer&
|
||||
auto graphUrl = QUrl("http://localhost:8000/avatar.json");
|
||||
//auto graphUrl = QUrl("https://gist.githubusercontent.com/hyperlogic/7d6a0892a7319c69e2b9/raw/403651948de088ca4dcdda4f873e225b091c779a/avatar.json");
|
||||
//auto graphUrl = QUrl("http://localhost:8000/avatar.json");
|
||||
auto graphUrl = QUrl("https://gist.githubusercontent.com/hyperlogic/7d6a0892a7319c69e2b9/raw/a6e3754beef1524f95bae178066bae3b2f839952/avatar.json");
|
||||
|
||||
_skeletonModel.initAnimGraph(graphUrl, _skeletonModel.getGeometry()->getFBXGeometry());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue