地形生成器 用python编写的向导,可帮助为凉亭创建具有适当纹理和光照的逼真的地形。 使用用户提供的高度图生成地形,该高度图存储在磁盘上或作为URL。 高度图基本上是栅格化的图像,其中包含有关表面高程的信息。 使用此海拔信息,我们可以创建美丽的地形。 加工 该向导基本上执行以下操作: 向您询问有关模型的简单问题 将输入图像调整为2 n +1 x 2 n +1像素并将其转换为灰度 创建模型并将其保存在您的.gazebo/models文件夹中 在用户提供的目标路径上创建一个.world文件 要求 Python 凉亭7.0或更高 xml文件 urllib 安装 安装所需文件以在本地系统上运行:
2021-10-01 22:40:22 11KB python world generator simulation
1
Real Time 3D Terrain Engines Using C++ And Dx9 中英文pdf和代码
2021-10-01 17:52:06 13.9MB 3D Engines Dx9
1
This book is one-of-a-kind. Most 3D programming books on the market today concentrate on only one (or two) of the four algorithms that are presented in this book. Terrain engines have applications in games, but also in various simulations and they play a very important part in military flight simulations. Terrain engine programming is not only hot and widely applicable, it's fun!. This book is an informative adventure through the world of 3D terrain, packed full of demos, figures and information.
2021-09-27 11:17:04 16.34MB 3d OpenGL Graphic Terrain
1
地形拓扑算法 该项目是可用于描述地形拓扑的算法的集合。 这些算法的结果可用于渲染地形或用作其他算法的输入。 这些公式取自《土壤科学数字地形分析》一书。 第2版​​增加了更多的曲率类型,地形和残差类型,并提供了一种更好的方式来使用颜色渐变来可视化地图,并使用对数刻度来重新调整宽动态范围。 可以使用从冷到暖或从黑到白的渐变来显示彩色地图。 法线贴图 由于法线贴图用于渲染,因此它可能是用于描述地形拓扑的最常用算法。 法线是表面方向的切线空间矢量。 它是一个很好的起点,因为它需要计算地形高度图的一阶导数,这些导数也用于许多其他算法中。 坡度图 坡度图描述了地形的陡峭程度,并且可以方便地对地形进
2021-09-06 17:14:36 19.35MB flow unity terrain UnityC#
1
Unity3d_实现地形上挖洞 Unity3d_实现地形上挖洞 Unity3d_实现地形上挖洞
2021-09-03 16:12:56 741KB Unity3d 地形 Terrain
1
How many times have you visited your favorite programming forum or mailing list and been amazed at the sheer number of posts on terrain rendering algorithms that seem to fly at you from every angle? Terrain rendering seems to be a favorite subject among today’s hobbyist programmers; it serves as an excellent portal to more demanding problems and their solutions. However, terrain rendering is by no means a simple problem, and a particular solution can get rather complex.
2021-09-01 10:18:34 10.68MB 大地形 编程 3D 英文原版
1
经典书籍Focus On 3D Terrain Programming
2021-09-01 10:17:54 5.77MB terrain
1
focus on 3D terrain programming.很经典的一本讲述3D的一本书,对游戏开发很有帮助
2021-09-01 10:16:40 108KB opengl dem terrain
1
PCD数据集学习资源--terrain,包含点云库数据,供大家学习交流
2021-08-29 15:47:31 24.52MB PCD数据集-
1
什么是FileToVox? FileToVox是一个控制台程序,可让您将文件转换为vox文件(Magicavoxel)。 当前文件支持: .asc(Esri ASCII栅格格式) .binvox .csv .obj .ply(二进制和ASCII) .png .schematic .tif .qb(Qubicle) .xyz(XYZRGB) 文件夹(.PNG) FileToVox可以导入图像文件夹(.PNG),其中每个图像都是一个图层。 (对于从Mandelbulb3D导入分形很有用) 它支持世界区域,因此您可以转换大于126 ^ 3体素的地形! 如何使用? 您需
2021-08-27 12:26:07 5.16MB minecraft terrain voxel schematic
1