I'd like to limit the size of a geometry in our translator to avoid huge elements in front of the camera. To archive this I will try to project the geometry in raster space to see if it is too large and set the scaling appropriately. I only found a aiShaderGlobalsTransfromPoint() function which is only valid during rendering I suppose. Is such a function exists in the translator context?