20.09.2020
+ Instance Drawing + Text and Font ~ Made "DrawBackground" forced Background for 2D - DrawEmpty
This commit is contained in:
parent
acccf5f0e7
commit
c4a0847567
29 changed files with 365 additions and 85 deletions
11
SMCode/SM.Base/Drawing/Instance.cs
Normal file
11
SMCode/SM.Base/Drawing/Instance.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using OpenTK;
|
||||
|
||||
namespace SM.Base.Scene
|
||||
{
|
||||
public struct Instance
|
||||
{
|
||||
public Matrix4 ModelMatrix;
|
||||
public Vector2 TexturePosition;
|
||||
public Vector2 TextureScale;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue