+ Instance Drawing + Text and Font ~ Made "DrawBackground" forced Background for 2D - DrawEmpty
11 lines
No EOL
197 B
C#
11 lines
No EOL
197 B
C#
using OpenTK;
|
|
|
|
namespace SM.Base.Scene
|
|
{
|
|
public struct Instance
|
|
{
|
|
public Matrix4 ModelMatrix;
|
|
public Vector2 TexturePosition;
|
|
public Vector2 TextureScale;
|
|
}
|
|
} |