Specification of envmap.data
without an image file.
#330
-
I'd like to optimize the e.g.
However, I always receive errors like
Is there a way to do this? Thanks! EDIT: Related: Should the range of the data be [0, 1]? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @maxfrei750 , Currently it isn't possible to pass a |
Beta Was this translation helpful? Give feedback.
Hi @maxfrei750 ,
Currently it isn't possible to pass a
TensorXf
object as property. I will add the possibility to directly pass ami.Bitmap
object (which can be created from aTensorXf
) to the `envmap plugin.