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