Search found 1 match

by yazZ3va
Fri Nov 27, 2020 9:03 am
Forum: Questions and Help
Topic: [v2] heightmap
Replies: 1
Views: 11858

[v2] heightmap

Hello. I have a 129-by-129 height map. Tell me how to add it to the simulation. thanks using BepuPhysics.Collidables; using BepuUtilities.Memory; using System.Numerics; namespace Godless_Lands_Game.Terrain { class TerrainCollider { public Mesh Mesh { get; private set; } public TerrainCollider(int wi...