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
There is a functionality clash between Grid and a new structure called Volume which generalize the concept to functional representations, sparse and dense grid storage. Volume are currently tested in another branch, but hopefully I should be able to submit it soon.
So, just to say: we could try to solve this problem with the Volume implementation, and replace Grid by this one. Instead of doing this twice.
Another remark, the concepts implemented for Volume also stand for 2D textures. So we could have a n-dimensional abstraction, explicitely specialized for the 2D and 3D case.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
I just notice that
Ra::Core:::Grid
use plain std::vector, which is fine in general, but not for Eigen typesas stated here.
Radium-Engine/src/Core/Containers/Grid.hpp
Line 234 in 73737a8
Do not know how to fixit, maybe a partial template specialization or add
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION
in RaCore.hpp ?The text was updated successfully, but these errors were encountered: