Will Houdini 19 support multi-dimensional arrays for VEX?
3931 3 1- sysyfu
- Member
- 38 posts
- Joined: Jan. 2018
- Offline
- shadesoforange
- Member
- 201 posts
- Joined: July 2015
- Offline
Nobody will be able to give you an answer.
If you would like this feature let SideFX know in a way they can track it, feel free to submit an RFE here [www.sidefx.com].
If you would like this feature let SideFX know in a way they can track it, feel free to submit an RFE here [www.sidefx.com].
Manuel Köster - Senior Technical Artist @Remedy Entertainment
https://www.remedygames.com/ [www.remedygames.com]
http://shadesoforange.de/ [shadesoforange.de]
https://twitter.com/ShadesOfOrange_ [twitter.com]
https://www.remedygames.com/ [www.remedygames.com]
http://shadesoforange.de/ [shadesoforange.de]
https://twitter.com/ShadesOfOrange_ [twitter.com]
- bingzuoshuijing
- Member
- 3 posts
- Joined: April 2013
- Offline
- niallhornvfx
- Member
- 4 posts
- Joined: Dec. 2013
- Offline
Would be cool, but you can just use flat 1D arrays and write a simple 2D/3D --> 1D indexing function to map the index to the flat array. This is done in a lot of libraries / codebases as it reduces the number of indirections needed when accessing the internal elements of the nD array.
Eg, map a 2D Index to a 1D flat array use : i * N + j.
Eg, map a 2D Index to a 1D flat array use : i * N + j.
-
- Quick Links