会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ying-9
博客园
首页
博问
闪存
新随笔
订阅
管理
2022年5月23日
纹理贴图案例
摘要: vertex.h 1 #ifndef __vertexH__ 2 #define __vertexH__ 3 4 struct Vertex 5 { 6 Vertex(){} 7 Vertex(float x, float y, float z, 8 float nx, float ny, floa
阅读全文
posted @ 2022-05-23 08:16 次次上岸盈
阅读(18)
评论(0)
推荐(0)