07.10.2020
+ Parent, Name and Flags to objects. ~ Improved Matrix calculations
This commit is contained in:
parent
f865496414
commit
2c00dbd31a
21 changed files with 383 additions and 42 deletions
|
|
@ -1,30 +0,0 @@
|
|||
using SM.Base.Objects;
|
||||
using SM.Base.Objects.Static;
|
||||
using SM.Base.Scene;
|
||||
using SM.Base.Text;
|
||||
using SM.OGL.Mesh;
|
||||
using SM.Utility;
|
||||
|
||||
namespace SM.Base
|
||||
{
|
||||
/// <summary>
|
||||
/// The default options.
|
||||
/// </summary>
|
||||
public class Defaults
|
||||
{
|
||||
/// <summary>
|
||||
/// The default mesh.
|
||||
/// </summary>
|
||||
public static GenericMesh DefaultMesh = Plate.Object;
|
||||
|
||||
/// <summary>
|
||||
/// The default font.
|
||||
/// </summary>
|
||||
public static Font DefaultFont;
|
||||
|
||||
/// <summary>
|
||||
/// The default deltatime helper.
|
||||
/// </summary>
|
||||
public static Deltatime DefaultDeltatime = new Deltatime();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue