码迷,mamicode.com
首页 >  
搜索关键字:geode    ( 21个结果
osgEarth设置模型旋转角度
#include #include #include #include #include #include #include #include #include #include #ifdef _DEBUG #pragma comment(lib, "osgd.lib") //#pragma com... ...
分类:其他好文   时间:2017-11-01 13:39:34    阅读次数:328
OSG实现正八面体剖分成球
#include #include #include #include #include #include #include #include #include #include #include std::set pointSet; osg::ref_ptr geode = new osg::Ge... ...
分类:其他好文   时间:2017-10-19 12:39:35    阅读次数:156
用java连接apache geode
昨天研究了半天apachegeode,通过gfsh命令查询和操作比较简单,但是如何通过程序查询因为资历太少,没有搞懂,试验了半天才明白1.创建测试regioncreateregion--name=user--type=REPLICATE_PERSISTENT2.用eclipse创建maven工程修改pom.xml,需要引入gemfire-8.2.0.jar,这个在<..
分类:编程语言   时间:2017-09-27 20:38:34    阅读次数:160
osg学习笔记3 简单几何模型
osg::Geode (geometry node) osg::Geode类表示场景中的渲染几何叶节点,它包含了渲染用的几何信息,没有子节点。 要绘制的几何数据保存在osg::Geode管理的一组osg::Drawable对象中。osg::Drawable是一个接口,它有很多实现类渲染模型,图像,文 ...
分类:其他好文   时间:2016-08-11 19:14:41    阅读次数:150
大数据分析工具盘点-你不知道的15个新技术
大数据中的大作为,最近几周业内都忙碌着,很多初创公司和一些老牌的公司都推出了数据分析和数据管理产品,以及更新了现有产品,提供更丰富的功能与性能。   虽然这些技术都还只是蓝图规划,但是一些常见的主题还是对其贯穿始终:为用户提供简单的获得数据的访问方式,更好的管理大规模数据以及预先分析的功能,例如Spark、HAWQ和Geode等新兴的大数据技术来实现更多的功能。   下面一起来看看吸引眼球的十...
分类:其他好文   时间:2016-04-28 17:09:04    阅读次数:445
NodeVisitor的使用-遍历Geode节点下的Geometry并获取顶点、法向量等数据
struct Subset{ std::vector vertexs;//位置 std::vector normals;//法向 std::vector texCoords;//纹理 std::vector indices;//索引下标 std::vector face...
分类:其他好文   时间:2015-06-19 10:21:06    阅读次数:450
NodeVisitor的使用-遍历Geode节点并在它与父节点之间添加一个LOD节点
#include #include #include #include #include #include //只能处理osgExp插件导出的单个ive文件class InsideLODVisitor : public osg::NodeVisitor{public: InsideLODVisito...
分类:其他好文   时间:2015-06-19 10:06:52    阅读次数:165
12306铁路售票系统核心开源中间件Geode介绍
Geode是一个提供实时且高一致性的分布式数据管理平台,典型案例是中国铁路12306售票系统使用Geode管理10个集群节点,在内存中管理2T的热点数据和10个高可用弹性规模的后备节点。 Geode通过内存池 CPU 网络资源和可...
分类:其他好文   时间:2015-04-30 12:46:05    阅读次数:205
分布式内存数据库 Geode
Geode是一个提供实时且高一致性的分布式数据管理平台,典型案例是中国铁路12306售票系统使用Geode管理10个集群节点,在内存中管理2T的热点数据和10个高可用弹性规模的后备节点。 Geode通过内存池 CPU 网络资源和可...
分类:数据库   时间:2015-04-26 09:35:22    阅读次数:665
美国海军(NPS)的OSG教程——示例代码一
//OSG 3.2版本 osg::Group *root = new osg::Group(); osg::Geode *pyramidGeode = new osg::Geode(); deprecated_osg::Geometry *pyramidGeometry = new deprecated_osg::Geometry(); //注意,用deprecated_osg,某些功能...
分类:其他好文   时间:2015-01-26 19:16:19    阅读次数:617
21条   上一页 1 2 3 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!