会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
GIS开发
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
5
6
7
8
9
10
11
12
下一页
2014年6月22日
转 gl_VertexID的含义
摘要: #version 430//layout(location = 0) in vec4 VERTEX;uniform mat4 MODEL_MATRIX;uniform mat4 VIEW_MATRIX;uniform mat4 PROJECTION_MATRIX;//out vec4 VERTEX_...
阅读全文
posted @ 2014-06-22 14:40 20118281131
阅读(3790)
评论(0)
推荐(0)
2014年6月10日
Triton
该文被密码保护。
阅读全文
posted @ 2014-06-10 11:04 20118281131
阅读(5)
评论(0)
推荐(0)
2014年6月6日
bullet_01
摘要: #include #include #include #include #include #include #include #pragma comment(lib, "osgd.lib")#pragma comment(lib, "osgDBd.lib")#pragma comment(lib, ...
阅读全文
posted @ 2014-06-06 17:36 20118281131
阅读(341)
评论(0)
推荐(0)
2014年6月3日
WildMagic 简单图元(一)
摘要: #include #include using namespace Wm5;class MyFrame : public WindowApplication3{ WM5_DECLARE_INITIALIZE; WM5_DECLARE_TERMINATE;public: MyFram...
阅读全文
posted @ 2014-06-03 18:59 20118281131
阅读(431)
评论(0)
推荐(0)
2014年5月27日
OpenCL( 一)
摘要: #include #include #include #include #pragma comment(lib, "OpenCL.lib")const char * loadfile(const char * fileName){ std::ifstream fs(fileName, std...
阅读全文
posted @ 2014-05-27 09:39 20118281131
阅读(378)
评论(0)
推荐(0)
2014年5月20日
光线追踪
摘要: #include #include const int GRID_WIDTH = 1024;const int GRID_HEIGHT = 800;#pragma comment(lib, "osgd.lib")#pragma comment(lib, "osgViewerd.lib")#pragm...
阅读全文
posted @ 2014-05-20 20:50 20118281131
阅读(854)
评论(1)
推荐(0)
2014年5月13日
正方形网格 TRIANGLE_STRIP连接
摘要: unsigned int vIdx = 0, iIdx = 0; for (unsigned int stripRow = 0; stripRow < stripRows; stripRow++) { i[iIdx++] = vIdx; for (int col ...
阅读全文
posted @ 2014-05-13 10:19 20118281131
阅读(376)
评论(0)
推荐(0)
2014年5月9日
ShaderLog
该文被密码保护。
阅读全文
posted @ 2014-05-09 17:27 20118281131
阅读(18)
评论(0)
推荐(0)
2014年4月23日
图形学教程网站记录
摘要: http://www.belanecbn.sk/3dtutorials/index.php?id=40
阅读全文
posted @ 2014-04-23 21:28 20118281131
阅读(128)
评论(0)
推荐(0)
2014年4月17日
库冲突
摘要: 库冲突 /force:multiple
阅读全文
posted @ 2014-04-17 15:27 20118281131
阅读(144)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
下一页
公告