source: framspy/gui/visual/rawModel.py @ 1290

Last change on this file since 1290 was 1198, checked in by Maciej Komosinski, 22 months ago

Added simple Python GUI for Framsticks library/server

File size: 146 bytes
Line 
1class RawModel:
2    def __init__(self, vaoID: int, vertexCount: int) -> None:
3        self.vaoID = vaoID
4        self.vertexCount = vertexCount
Note: See TracBrowser for help on using the repository browser.