source:
framspy/gui/visual/rawModel.py
@
1303
Last change on this file since 1303 was 1198, checked in by , 22 months ago | |
---|---|
File size: 146 bytes |
Rev | Line | |
---|---|---|
[1198] | 1 | class 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.