8000 GitHub - cifkam/rotviz
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cifkam/rotviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rotation Visualization Tool

Installation

pip install git+ssh://git@github.com/cifkam/rotviz.git

You can use virtual environment

conda create -n venv python=3.11 'libstdcxx-ng>=13' -c conda-forge

Usage

python -m rotviz --data <path_to_json_data>

Rotate the mesh with left mouse button or with keys:

y - change rotation multiplier between 1, 2.5, 5, 10 degrees
u - change depth multiplier between 1, 5, 10

z - increase depth by depth_multiplier
x - decrease depth by depth_multiplier

a - rotate by  1*rotation_multiplier degrees along camera y
d - rotate by -1*rotation_multiplier degrees along camera y

w - rotate by  1*rotation_multiplier degrees along camera x
s - rotate by -1*rotation_multiplier degrees along camera x

q - rotate by  1*rotation_multiplier degrees along camera z
e - rotate by -1*rotation_multiplier degrees along camera z

f - reset rotation

1 - set camera forward axis to +x, i.e. [ 1,  0,  0]
4 - set camera forward axis to -x, i.e. [-1,  0,  0]

2 - set camera forward axis to +y, i.e. [ 0,  1,  0]
5 - set camera forward axis to -y, i.e. [ 0, -1,  0]

3 - set camera forward axis to +z, i.e. [ 0,  0,  1]
6 - set camera forward axis to -z, i.e. [ 0,  0, -1]

esc - exit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0