posts - 4, comments - 1, trackbacks - 0, articles - 1

2009年3月3日




NodeAnimationTrack:


RibbonTrail

Animation

AnimationState

Light

BillboardSet


posted @ 2009-03-03 15:22 oy 阅读(346) | 评论 (0)编辑 收藏

2009年3月2日


Viewport* vp;
vp->setOverlaysEnabled(true);

RenderWindow::addViewport();



posted @ 2009-03-02 14:00 oy 阅读(333) | 评论 (0)编辑 收藏

2009年3月1日

Root
{
 friend class RenderSystem;
};



RenderWindow
{
 friend class Root;
};

posted @ 2009-03-01 15:11 oy 阅读(373) | 评论 (1)编辑 收藏

1.static_cast<>()

2.dynamic_cast<>()

3.reinpreter_cast()

4.const_cast()

posted @ 2009-03-01 15:07 oy 阅读(382) | 评论 (0)编辑 收藏