Describe the bug
Hello when I tried camera3d, it is throwing error when rotation X is exactly -90. I tried to debug it and it looks like Error is in render3d.lua . viewport.view_right has vector3 with nan values.
ERROR:SCRIPT: scene3d/render/render3d.lua:98: argument #1 contains one or more values which are not numbers: vmath.vector3(nan, nan, nan)
stack traceback:
[C]:-1: in function cross
scene3d/render/render3d.lua:98: in function view_direction
scene3d/camera/camera3d.script:32: in function update_render
scene3d/camera/camera3d.script:70: in function <scene3d/camera/camera3d.script:68>
@aglitchman No problem. I am glad that I can somehow help you. Also, I decided that I will try to create a 3D game so. Probably you can expect more things from me.
Describe the bug Hello when I tried camera3d, it is throwing error when rotation X is exactly -90. I tried to debug it and it looks like Error is in
render3d.lua
.viewport.view_right
hasvector3
with nan values.To Reproduce Steps to reproduce the behavior:
Expected behavior Show sphere
Hardware (optional)
Additional context (optional) Error: