44 std::ostringstream oss;
46 pAnim->UpdateLinkDescription(0, 1, oss.str());
47 pAnim->UpdateLinkDescription(0, 2, oss.str());
48 pAnim->UpdateLinkDescription(0, 3, oss.str());
49 pAnim->UpdateLinkDescription(0, 4, oss.str());
50 pAnim->UpdateLinkDescription(0, 5, oss.str());
51 pAnim->UpdateLinkDescription(0, 6, oss.str());
52 pAnim->UpdateLinkDescription(1, 7, oss.str());
53 pAnim->UpdateLinkDescription(1, 8, oss.str());
54 pAnim->UpdateLinkDescription(1, 9, oss.str());
55 pAnim->UpdateLinkDescription(1, 10, oss.str());
56 pAnim->UpdateLinkDescription(1, 11, oss.str());
59 std::ostringstream node0Oss;
61 pAnim->UpdateNodeDescription(2, node0Oss.str());
62 static double size = 2;
64 pAnim->UpdateNodeSize(2, size, size);
65 pAnim->UpdateNodeImage(3, currentResourceId);
71 pAnim->UpdateNodeSize(3, 10, 10);
89 for (
uint32_t nodeId = 4; nodeId < 12; ++nodeId)
91 pAnim->UpdateNodeColor(nodeId, color.
r, color.
g, color.
b);
157 d.BoundingBox(1, 1, 100, 100);