Giter Site home page Giter Site logo

ofximguizmo's Introduction

ofxImGuizmo

an openFrameworks wrapper of ImGuizmo

setup

  1. clone this repository
  2. init and update submodule git submodule update --init

dependencies

ofximguizmo's People

Contributors

nariakiiwatani avatar

Stargazers

Bruno Herfst avatar Arne Koenig avatar Laurent Monot avatar Nestor Rubio avatar Buanderie avatar tobetchi avatar Fumiya Funatsu avatar moebiusSurfing avatar

Watchers

James Cloos avatar  avatar

ofximguizmo's Issues

[fix] I have to rename this var to make it work on Windows10 VS2017

hey @nariakiiwatani ,
thanks for sharing this.
I just want to mention a fix to made it compile here:
vec_t far; was colliding with some define directive/variable

ImGuizmo.cpp

  // projection reverse
  vec_t far2;
  matrix_t projectionInverse;
  projectionInverse.Inverse(gContext.mViewProjection);
  far2.Transform(makeVect(0, 0, 10.f, 1.f), projectionInverse);
  gContext.mReversed = (far2.z/far2.w) < 0.f;

Guizmo position not centered to the origin of the object

Hi!
Thanks for this awesome addon.
I'm using this addon with OF in a project that I working on for learning C++ (I know just the basics of c++).
The problem is when I added this to my project, it doesn't work. I have also tried the example in ofxImGui and in pfImGuizmo. Both of them have the same issue.

image

image

How can I fix this if is something related to my setup?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.