Hello everyone !
I’m trying to build a holographic viewer with some little drawing possibilities with the LeapMotion.
It’s really big… I just have some problem, if you want to help me, the code is just here:
THE PROGAM !
My problems are simple (i think):
The Ark Class is not working andi don’t know why ?
And in the Act class… the images “Etapes” are not working too and i don’t know why too.
I’m a architect, and, maybe i don’t understand some little things of OF, so if you can help me, told me, it is a pleasure to learn it !
Thank you very much
Best Regards
Vincent
//UPDATE:
About the software: it is an holographic viewer, you also can draw directly in hologram with it.
It is working with a pyramid made of glass like this (so normaly, i call it “3D reflector”, not hologram).
This soft is made of one central class (ofApp), and the other one are the different addons tools, and icons:
Action = menu & icons
Draw = lines
Ark = Volumes with hitbox (for a future selection)
LeapPerso = the leapMotion (by puting it here, ofApp is more clean)
My problem is localized in two of this class:
The first one is about the “Etapes” icons and the ofRect in Action.cpp, i don’t see them on screen.
The second one, is about the Ark.cpp: i can’t see my mesh on screen too, and the system that you can see with the" int Etapes" to block the coordinates of the volumes and their scale, are simply not working.
How i’m selecting them: by coordinates, my menu is an image, and if you’re going to “line” with the leap motion, you push with two hands and you can draw. When i do the same for “cube” (the volume section), nothing happen.
i think i don’t use the “if” very well, but i’m tryinig to understand it for four days now… and i don’t understand, maybe i’m wrong with a little stupid mistake, beacause in theory, it is working…
Can you help me to solve this mistery (a mistery for me obviously)…?