UMLComputerGraphics / GraphicsProject

UML Graphics 2 Final Project 2013
7 stars 1 forks source link

# of particles on QT particle tab says "1000" when initialized, though the count in the system is 0 #71

Closed nuclearmistake closed 11 years ago

nuclearmistake commented 11 years ago

@franckamayou check out https://github.com/UMLComputerGraphics/GraphicsProject/commit/45f900b2fd435ddb9006d2fc097d3c72e4b987da for how to set stuff in the UI from monolith

franckamayou commented 11 years ago

I will do that, will also add a #ifdef WITHOUT_QT in case Qt is not enabled.

Sent from my iPhone

On May 4, 2013, at 6:34 AM, Nuclear Mistake notifications@github.com wrote:

@franckamayou check out 45f900b for how to set stuff in the UI from monolith

— Reply to this email directly or view it on GitHub.

nuclearmistake commented 11 years ago

Parker, you need to port your code to linux yourself. Franck and I showed you how.

If you wait until monday to make your SEPARATE version of it compile, then there's NO WAY it will be integrated and working for the demo...

Work on it this weekend.

On Sat, 04 May 2013 13:05:35 -0400, franckamayou notifications@github.com wrote:

I will do that, will also add a #ifdef WITHOUT_QT in case Qt is not enabled.

Sent from my iPhone

On May 4, 2013, at 6:34 AM, Nuclear Mistake notifications@github.com wrote:

@franckamayou check out 45f900b for how to set stuff in the UI from monolith

— Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub: https://github.com/UMLComputerGraphics/GraphicsProject/issues/71#issuecomment-17437605

Eric McCann University of Massachusetts, Lowell Department of Computer Science One University Avenue Olsen Hall, Room 304 Lowell, MA 01854 Lab: 978.934.3385 Email: emccann@cs.uml.edu Homepage (lab): www.cs.uml.edu/robots Homepage: www.emccann.net

pkapoor89 commented 11 years ago

Ill try to. As of now the detection is not happening on that.I don't know why. On May 4, 2013, at 1:08 PM, Nuclear Mistake notifications@github.com<mailto:notifications@github.com> wrote:

Parker, you need to port your code to linux yourself. Franck and I showed you how.

If you wait until monday to make your SEPARATE version of it compile, then there's NO WAY it will be integrated and working for the demo...

Work on it this weekend.

On Sat, 04 May 2013 13:05:35 -0400, franckamayou notifications@github.com<mailto:notifications@github.com> wrote:

I will do that, will also add a #ifdef WITHOUT_QT in case Qt is not enabled.

Sent from my iPhone

On May 4, 2013, at 6:34 AM, Nuclear Mistake notifications@github.com<mailto:notifications@github.com> wrote:

@franckamayou check out 45f900b for how to set stuff in the UI from monolith

— Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub: https://github.com/UMLComputerGraphics/GraphicsProject/issues/71#issuecomment-17437605

Eric McCann University of Massachusetts, Lowell Department of Computer Science One University Avenue Olsen Hall, Room 304 Lowell, MA 01854 Lab: 978.934.3385 Email: emccann@cs.uml.edumailto:emccann@cs.uml.edu Homepage (lab): www.cs.uml.edu/robotshttp://www.cs.uml.edu/robots Homepage: www.emccann.nethttp://www.emccann.net

— Reply to this email directly or view it on GitHubhttps://github.com/UMLComputerGraphics/GraphicsProject/issues/71#issuecomment-17437656.

nuclearmistake commented 11 years ago

All i know is your code doesn't even have a makefile in it... yours has windows project guts.

Google for how to use opencv 2.4 in linux, and figure it out.

There's no more time for waiting to do stuff. Make it happen.

On Sat, 04 May 2013 13:14:18 -0400, parkersexy notifications@github.com wrote:

Ill try to. As of now the detection is not happening on that.I don't know why. On May 4, 2013, at 1:08 PM, Nuclear Mistake notifications@github.com<mailto:notifications@github.com> wrote:

Parker, you need to port your code to linux yourself. Franck and I showed you how.

If you wait until monday to make your SEPARATE version of it compile, then there's NO WAY it will be integrated and working for the demo...

Work on it this weekend.

On Sat, 04 May 2013 13:05:35 -0400, franckamayou notifications@github.com<mailto:notifications@github.com> wrote:

I will do that, will also add a #ifdef WITHOUT_QT in case Qt is not enabled.

Sent from my iPhone

On May 4, 2013, at 6:34 AM, Nuclear Mistake notifications@github.com<mailto:notifications@github.com> wrote:

@franckamayou check out 45f900b for how to set stuff in the UI from monolith

— Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub: https://github.com/UMLComputerGraphics/GraphicsProject/issues/71#issuecomment-17437605

Eric McCann University of Massachusetts, Lowell Department of Computer Science One University Avenue Olsen Hall, Room 304 Lowell, MA 01854 Lab: 978.934.3385 Email: emccann@cs.uml.edumailto:emccann@cs.uml.edu Homepage (lab): www.cs.uml.edu/robotshttp://www.cs.uml.edu/robots Homepage: www.emccann.nethttp://www.emccann.net

— Reply to this email directly or view it on GitHubhttps://github.com/UMLComputerGraphics/GraphicsProject/issues/71#issuecomment-17437656.


Reply to this email directly or view it on GitHub: https://github.com/UMLComputerGraphics/GraphicsProject/issues/71#issuecomment-17437735

Eric McCann University of Massachusetts, Lowell Department of Computer Science One University Avenue Olsen Hall, Room 304 Lowell, MA 01854 Lab: 978.934.3385 Email: emccann@cs.uml.edu Homepage (lab): www.cs.uml.edu/robots Homepage: www.emccann.net

franckamayou commented 11 years ago

This is fixed, will now look at the morph percentage slider...