上一页 1 ··· 5 6 7 8 9 10 11 12 下一页
摘要: #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 阅读(3480) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-06-10 11:04 20118281131 阅读(5) 评论(0) 推荐(0) 编辑
摘要: #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 阅读(321) 评论(0) 推荐(0) 编辑
摘要: #include #include using namespace Wm5;class MyFrame : public WindowApplication3{ WM5_DECLARE_INITIALIZE; WM5_DECLARE_TERMINATE;public: MyFram... 阅读全文
posted @ 2014-06-03 18:59 20118281131 阅读(397) 评论(0) 推荐(0) 编辑
摘要: #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 阅读(351) 评论(0) 推荐(0) 编辑
摘要: #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 阅读(826) 评论(1) 推荐(0) 编辑
摘要: 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 阅读(359) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-05-09 17:27 20118281131 阅读(18) 评论(0) 推荐(0) 编辑
摘要: http://www.belanecbn.sk/3dtutorials/index.php?id=40 阅读全文
posted @ 2014-04-23 21:28 20118281131 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 库冲突 /force:multiple 阅读全文
posted @ 2014-04-17 15:27 20118281131 阅读(129) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 下一页