|
My Project v1
Project
|
Public 属性 | |
| float | X |
| float | Y |
| float | Z |
| short | Tx |
| short | Ty |
| Color | Color |
静态 Public 属性 | |
| static readonly VertexDeclaration | VertexDeclaration = new(new VertexElement(0, VertexElementFormat.Vector3, VertexElementSemantic.Position), new VertexElement(12, VertexElementFormat.NormalizedShort2, VertexElementSemantic.TextureCoordinate), new VertexElement(16, VertexElementFormat.NormalizedByte4, VertexElementSemantic.Color)) |
| Color Game.TerrainVertex.Color |
| short Game.TerrainVertex.Tx |
| short Game.TerrainVertex.Ty |
|
static |
| float Game.TerrainVertex.X |
| float Game.TerrainVertex.Y |
| float Game.TerrainVertex.Z |