随笔分类 -  osg

该文被密码保护。
posted @ 2016-09-01 14:50 20118281131 阅读(6) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2016-08-30 19:52 20118281131 阅读(1) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2014-07-09 09:58 20118281131 阅读(2) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-07-05 14:58 20118281131 阅读(183) 评论(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 阅读(324) 评论(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 阅读(839) 评论(1) 推荐(0)
该文被密码保护。
posted @ 2014-05-09 17:27 20118281131 阅读(18) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2014-03-07 15:41 20118281131 阅读(42) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2014-03-07 10:00 20118281131 阅读(17) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2014-03-06 21:03 20118281131 阅读(14) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2014-03-03 11:20 20118281131 阅读(19) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2014-03-03 10:42 20118281131 阅读(34) 评论(0) 推荐(0)
摘要:#include #include #include #include #include #include #include #include #pragma comment(lib, "osgd.lib")#pragma comment(lib, "osgViewerd.lib")#pragma comment(lib, "osgDBd.lib")#pragma comment(lib, "osgGAd.lib")const int FFT_SIZE = 256;const int PASSES = 8;cons 阅读全文
posted @ 2014-02-26 14:22 20118281131 阅读(441) 评论(0) 推荐(0)
摘要:uniform mat4 osg_ViewMatrix;uniform mat4 osg_ViewMatrixInverse;uniform mat4 osg_ModeViewMatrix;uniform mat4 osg_ProjectionMatrix;uniform float osg_SimulationTime;uniform sampler2D ocean_data;const float radiusEquator = 6378137.0;const float radiusPolar = 6356752.3142;vec3 ECEF_TO_LLH(in vec3 xyz){ . 阅读全文
posted @ 2014-01-15 14:25 20118281131 阅读(793) 评论(0) 推荐(0)
摘要:几何着色器在osg中的使用 阅读全文
posted @ 2013-12-20 16:15 20118281131 阅读(1526) 评论(0) 推荐(0)
摘要:片元着色器在osg中的使用 阅读全文
posted @ 2013-12-13 19:28 20118281131 阅读(627) 评论(0) 推荐(0)
摘要:osgOcean的使用 阅读全文
posted @ 2013-12-01 16:40 20118281131 阅读(1082) 评论(0) 推荐(0)
摘要:简单的一个C++调用Python的例子 阅读全文
posted @ 2013-11-12 00:16 20118281131 阅读(3315) 评论(0) 推荐(0)