Re: Mapping Floor Plan Coordinates to Render/3DView Coordiantes
by shmuelzon » Mon Dec 25, 2023 12:02 pm
Hey,
Thanks for the reply!
I've used
getHome() in other places to actually get the list of furniture so I assume it's fine.
Same for the light, I'm able to change it's power when rendering the image so all the instances seem valid.
Even running:
Code: Select all
float[] pos = home3d.getVirtualWorldPointAt(40, 40, 40);
Results with the same exception, so I think something is off.
I'm not even sure if this function does what I think it does.
Thanks