- UID
- 2
- 积分
- 8682
- 帖子
- 2905
- 主题
- 199
- 论坛币
- 11739
- 威望
- 16
- EP值
- 2349
- MP值
- 15
- 阅读权限
- 200
- 注册时间
- 2011-8-3
- 在线时间
- 2597 小时
- 最后登录
- 2024-8-28
|
Yesterday night I wrote a very simple renderer of tcas. This demo renderer is intended to show the main usage of libtcas, that is to parse a tcas file, and also used as a benchmark, most of whose code was copied from the tcasFilter project.
I got a good idea to improve the performance of libtcas while writing the demo. It is something like double buffering in OpenGL/DirectX, I call it frame cache.
More details about frame cache, please refer to this thread.
|
|