Skip to content

jing-interactive/ofxManipulator

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

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

example-ofxManipulator-SnowdenBust

About

3D manipulator for openFrameworks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages