mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 17:23:12 +02:00
14 lines
173 B
Python
14 lines
173 B
Python
|
|
from .primitive import *
|
||
|
|
from .collider import *
|
||
|
|
from .sphere import *
|
||
|
|
from .plane import *
|
||
|
|
from .triangle import *
|
||
|
|
from .triangle_mesh import *
|
||
|
|
from .cuboid import *
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|