摘要: osg::AnimationPath enum LoopMode { SWING, LOOP, NO_LOOPING }; ################################# 阅读全文
posted @ 2021-09-28 16:52 西北逍遥 阅读(65) 评论(0) 推荐(0) 编辑
摘要: osg键盘编码 enum KeySymbol { KEY_Space = 0x20, KEY_0 = '0', KEY_1 = '1', KEY_2 = '2', KEY_3 = '3', KEY_4 = '4', KEY_5 = '5', KEY_6 = '6', KEY_7 = '7', KEY 阅读全文
posted @ 2021-09-28 08:49 西北逍遥 阅读(150) 评论(0) 推荐(0) 编辑