pythonocc-core icon indicating copy to clipboard operation
pythonocc-core copied to clipboard

How can I find out camera coordinate (position)

Open rifkisarici opened this issue 4 years ago • 2 comments

After opening the step file, I can get the coordinates of each point on the shape. However, how can I learn the instant coordinates of the camera?

resim resim

rifkisarici avatar Apr 13 '21 10:04 rifkisarici

Have a look at the camera examples https://github.com/tpaviot/pythonocc-demos/blob/master/examples/core_display_camera_projection.py https://github.com/tpaviot/pythonocc-demos/blob/master/examples/core_display_camera_projection.py and https://github.com/tpaviot/pythonocc-demos/blob/master/examples/core_visualization_camera_2.py

tpaviot avatar Apr 13 '21 16:04 tpaviot

Eye values do not change when I zoom in and out on the model. How can I generate new values? I will be glad if you help.

rifkisarici avatar Jun 25 '21 11:06 rifkisarici