You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CNanoVDB.h I see cnanovdb_readaccessor_getValue##SUFFIX. So, the "SUFFIX", obviosly, indicates data type. But in CVDBUtil.h there are only cnanovdb_readaccessor_getValueF and cnanovdb_readaccessor_getValueF3 for float and float3 values respectively. So, there are no ready-to-use integer types here. I believe this is somehow possible, but since I'm not a professional programmer, it's hard for me to figure it out on my own.
By the way, I'm trying to bind for reading a VDB of type int32 in SideFX Houdini's OpenCL SOP.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In CNanoVDB.h I see cnanovdb_readaccessor_getValue##SUFFIX. So, the "SUFFIX", obviosly, indicates data type. But in CVDBUtil.h there are only cnanovdb_readaccessor_getValueF and cnanovdb_readaccessor_getValueF3 for float and float3 values respectively. So, there are no ready-to-use integer types here. I believe this is somehow possible, but since I'm not a professional programmer, it's hard for me to figure it out on my own.
By the way, I'm trying to bind for reading a VDB of type int32 in SideFX Houdini's OpenCL SOP.
Beta Was this translation helpful? Give feedback.
All reactions