Replies: 1 comment 4 replies
-
Yeah, doesn't look like I optimized that function very well. Partly this is because it's somewhat of a pain since the vert and property lists don't always line up. Regarding 4, I think it is possible to have fewer property verts than geometry verts, though I'm not sure that's how it should be. I'm open to ideas here. I'd lean toward expanding the verts and props into aligned matrices. Especially if doing that internally makes it faster by reducing duplicate callbacks. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking for a way to SetProperties all at once, rather than with a per-vert callback.
For batching, I'm see 2 decisions to make.
Beta Was this translation helpful? Give feedback.
All reactions