I want to create IESLight model which requires access to 2D texture for each light operation.
This requires the full 2D texture to be available to the differentiable functions as well.
However, the serialization is not supported for BitmapTexture or std::string.
I am wondering if you have some suggestions on how to solve this problem.
Thank you
I want to create IESLight model which requires access to 2D texture for each light operation.
This requires the full 2D texture to be available to the differentiable functions as well.
However, the serialization is not supported for
BitmapTextureorstd::string.I am wondering if you have some suggestions on how to solve this problem.
Thank you