From 5ec2e640214dae517a2f768350b5a20a0249be07 Mon Sep 17 00:00:00 2001 From: zoubing Date: Mon, 15 Jul 2024 18:10:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=A3=E7=A0=81=E7=89=87?= =?UTF-8?q?=E6=AE=B5=E9=AB=98=E4=BA=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog/osgEarth六边形网格.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/osgEarth六边形网格.md b/blog/osgEarth六边形网格.md index a634db7..20bfdb0 100644 --- a/blog/osgEarth六边形网格.md +++ b/blog/osgEarth六边形网格.md @@ -2,7 +2,7 @@   在osgEarth中添加了osg::Geode,绘制蜂窝状六边形网格效果,包括墨卡托平面地图,地理坐标平面地图,三维地球等多种模式 ![alt text](assets/osgEarth六边形网格/image.png) -```c++ +```cpp // 函数:创建六边形蜂窝网格线,三维地球 osg::ref_ptr createHexagonWireframe(const osgEarth::GeoExtent& extent, float radius, int rows, int cols) { osg::ref_ptr geometry = new osg::Geometry;