mirror of https://github.com/axmolengine/axmol.git
make girl up
This commit is contained in:
parent
d587971c09
commit
9acd373a0e
2
plugin
2
plugin
|
@ -1 +1 @@
|
||||||
Subproject commit 4a8c94a85a08cddbea5e1bc499c50cce7518fb15
|
Subproject commit 51ceded726cc034cdc939e379e1b24249e0ebad4
|
|
@ -543,7 +543,7 @@ void Sprite3DWithSkinTest::addNewSpriteWithCoords(Vec2 p)
|
||||||
{
|
{
|
||||||
auto sprite = Sprite3D::create("Sprite3DTest/girl.c3t");
|
auto sprite = Sprite3D::create("Sprite3DTest/girl.c3t");
|
||||||
addChild(sprite);
|
addChild(sprite);
|
||||||
|
sprite->setRotation3D(Vec3(-90.f, 0.f, 0.f));
|
||||||
sprite->setPosition( Vec2( p.x, p.y) );
|
sprite->setPosition( Vec2( p.x, p.y) );
|
||||||
|
|
||||||
auto animation = Animation3D::getOrCreate("Sprite3DTest/girl.c3t");
|
auto animation = Animation3D::getOrCreate("Sprite3DTest/girl.c3t");
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5f3bf19c5d59903662571c722fe4b34cae7e9404
|
Subproject commit 79153cce443f3efbfd79c08835c63ec58a6c1462
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3164639ee44570d7cd3efb3c511e52077560e6fb
|
Subproject commit 498f24c1683e4725ecaad6168a1aab21b283b8d5
|
Loading…
Reference in New Issue