kopia lustrzana https://github.com/carson-katri/geometry-script
6 wiersze
98 B
Python
6 wiersze
98 B
Python
![]() |
import enum
|
||
|
|
||
|
class SampleMode(enum.IntEnum):
|
||
|
INDEX = 0
|
||
|
NEAREST_SURFACE = 1
|
||
|
NEAREST = 2
|