Replies: 1 comment 1 reply
-
I think this should be the case. @skallweitNV can you help if that's correct? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One can pass Python lists as vectors into functions like this:
But trying a similar thing for matrices doesn't work:
type
of the returned value is actually not alist
, but rather<class 'slangpy.math.float2'>
; is there a documented way to construct those directly?Beta Was this translation helpful? Give feedback.
All reactions