Hi,
I’ve some issues with unproject method. Here the code :
view.width = 800;
view.height = 580;
view.camera = new Camera3D(new OrthographicalLens(_projectionHeight));
[...]
trident.position = view.camera.unproject(-1, -1);
view.scene.addChild(trident);
I think the problem comes from the fact that my view isn’t square. Does someone knows how to overpass this?
Thank you!
(Sorry english isn’t my native language..)