SLProject icon indicating copy to clipboard operation
SLProject copied to clipboard

Can't track nodes when loading scene on app startup

Open chnoblouch opened this issue 4 years ago • 1 comments

Nodes cannot be tracked by AppDemoVideo if the scene was loaded on app startup. It does work if the app loaded another scene first and the user afterwards switched to the tracking scene. However, if the tracked node is a camera, the tracking is functional.

chnoblouch avatar Sep 23 '21 09:09 chnoblouch

Possible cause: My camera isn't calibrated, so the calibration can't be loaded. This leads to a camera FOV of zero, which seems to corrupt further calculations (example: the normals of all the frustum planes are NaN, which disrupts frustum culling).

chnoblouch avatar Oct 05 '21 08:10 chnoblouch