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 />
|
||||
public override VBO UVs { get; } = new VBO(pointerSize: 2)
|
||||
{
|
||||
{0, 0},
|
||||
{0, 1},
|
||||
{1, 1},
|
||||
{1, 0}
|
||||
{0, 0},
|
||||
{1, 0},
|
||||
{1, 1}
|
||||
};
|
||||
|
||||
/// <inheritdoc />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue