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,11 +1,18 @@
|
|||
using OpenTK;
|
||||
using OpenTK.Graphics;
|
||||
using OpenTK.Graphics.OpenGL4;
|
||||
using SM.OGL.Mesh;
|
||||
|
||||
namespace SM.Base.Objects.Static
|
||||
{
|
||||
public class Plate : Mesh
|
||||
/// <summary>
|
||||
/// A basic plate
|
||||
/// </summary>
|
||||
public class Plate : GenericMesh
|
||||
{
|
||||
/// <summary>
|
||||
/// The object.
|
||||
/// </summary>
|
||||
public static Plate Object = new Plate();
|
||||
|
||||
public override VBO Vertex { get; } = new VBO()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue