Add GLObject 3D
This commit is contained in:
parent
e96a756af3
commit
48983d7196
8
source/GLRender/GLObject.ts
Normal file
8
source/GLRender/GLObject.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { GLContextObject } from "./GLContext";
|
||||
import { EventType } from "@Model/Emitter";
|
||||
|
||||
export abstract class GLObject3D<
|
||||
E extends Record<EventType, any> = {}
|
||||
> extends GLContextObject<E> {
|
||||
|
||||
};
|
Loading…
Reference in New Issue
Block a user