Test not positif
This commit is contained in:
parent
443b3a319d
commit
7c7dddde5e
9 changed files with 286 additions and 32 deletions
12
LandblockExtraction/WorldMap/VertexInfo/VertexMap.cs
Normal file
12
LandblockExtraction/WorldMap/VertexInfo/VertexMap.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Numerics;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace LandblockExtraction.WorldMap;
|
||||
public struct VertexMap {
|
||||
public Vector3 Position;
|
||||
public Vector4 Color;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue