Fixed UVs in Plate
This commit is contained in:
parent
311039d8ae
commit
fca5502550
1 changed files with 3 additions and 3 deletions
|
|
@ -36,10 +36,10 @@ namespace SM.Base.Objects.Static
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public override VBO UVs { get; } = new VBO(pointerSize: 2)
|
public override VBO UVs { get; } = new VBO(pointerSize: 2)
|
||||||
{
|
{
|
||||||
{0, 0},
|
|
||||||
{0, 1},
|
{0, 1},
|
||||||
{1, 1},
|
{0, 0},
|
||||||
{1, 0}
|
{1, 0},
|
||||||
|
{1, 1}
|
||||||
};
|
};
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue