Skip to content

jing-interactive/ofxManipulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxManipulator

3D manipulator for moving objects in space. Partially integrates code from LibGizmo with some exceptions:

  • Math is rewritten in openFrameworks.
  • Works for both OpenGL 2.1 and 3.3+ renderers.
  • Scaling, rotation and translation work properly together.
  • You can move object in screen space by dragging from center of a translation manipulator.

Dependencies

1. OF 0.9.0 and C++11

Compiling

For openFrameworks:

See wiki

For CMake-based openFrameworks:

Add this repo as a git submodule to your ofApp folder and use ofxaddon command in CMakeLists.txt.

Examples

About

3D manipulator for openFrameworks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages