Print at Dec 16, 2025, 5:25:41 AM

Posted by shmuelzon at Dec 25, 2023, 12:02:09 PM
Re: Mapping Floor Plan Coordinates to Render/3DView Coordiantes
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:
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