30.09.2020
+ Mouse support + Started to add summaries to SM.Base
This commit is contained in:
parent
16366fa015
commit
7acdba92f8
21 changed files with 325 additions and 58 deletions
|
|
@ -1,12 +1,13 @@
|
|||
using SM.Base.Objects;
|
||||
using SM.Base.Objects.Static;
|
||||
using SM.Base.Scene;
|
||||
using SM.OGL.Mesh;
|
||||
|
||||
namespace SM.Base
|
||||
{
|
||||
public class Defaults
|
||||
{
|
||||
public static IShader DefaultShader;
|
||||
public static Mesh DefaultMesh = Plate.Object;
|
||||
public static GenericMesh DefaultMesh = Plate.Object;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue