add py bindings
This commit is contained in:
parent
da6f96221e
commit
cce44af08f
2 changed files with 1863 additions and 0 deletions
|
@ -1392,3 +1392,4 @@ proc pixie_angle_to_miter_limit(angle: float32): float32 {.importc: "pixie_angle
|
|||
|
||||
proc angleToMiterLimit*(angle: float32): float32 {.inline.} =
|
||||
result = pixie_angle_to_miter_limit(angle)
|
||||
|
||||
|
|
1862
bindings/generated/pixie.py
Normal file
1862
bindings/generated/pixie.py
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue