Peter Steneteg
Peter Steneteg
Good question. I guess I would be "nice" to be able to specify voxel/grid centered sampling. Question is if we really need it or it would suffice with voxel center?...
A third option in-between 1 and 2 would be to have it as an option to the sampling not the data it self...
On the other hand it is usually also a property of the data hence the case for adding it to volume... Although on can always do that later and just...
does the regular save and load work? should be the same, does undo work?
well the TF knows nothing about real values either... it's all 0 to 1 there to.. the data values there is just a gui thing...
Think having real values in the TF was one of Tinos main issues...
I don't understand your example. Are you saying it is correct or not? Our dataRange is used to construct a linear map, that maps the interval [dataRange.min, dataRange.max] -> [0,...
Is there a common base for events that hold a canvas size? If not why not add one? instead of repeating the various events...
> > why do we even need to pass on the imageSize? > > In case your processor does not have an image outport but need the event and wants...
> > Is there a common base for events that hold a canvas size? If not why not add one? > > we could move it to InteractionEvent. I considered...