现在的位置: 首页 > 综合 > 正文

实现Torchlight(火炬之光)的背包UI效果

2012年11月05日 ⁄ 综合 ⁄ 共 355字 ⁄ 字号 评论关闭

本来只想简单的借用一下Torchlight的背包UI资源,不过发现背包的UI是动态打开或关闭的. 就想尝试一下把整个效果弄出来.经过一番折腾, 总算实现了.

 

整个过程主要包含几个技术点:
1. To create a render to texture window with CEGUI.
   This allows us to create a second Viewport which can be rendered directly into a CEGUI widget

2. Animation blending using one entity with 2 animations from 2 separate skeleton files

3. Create RenderTargetListener for Updating UI screen position before render

 

 

抱歉!评论已关闭.