Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux part of Precisiontimer is buggy. #89

Closed
M-F-K opened this issue Sep 2, 2012 · 11 comments
Closed

linux part of Precisiontimer is buggy. #89

M-F-K opened this issue Sep 2, 2012 · 11 comments
Assignees
Labels
Milestone

Comments

@M-F-K
Copy link
Collaborator

M-F-K commented Sep 2, 2012

Implemented the linux part of the precisiontimer, but it is still buggy. This can be seen in the avanced 01 test with surface grid (it probably plays to fast - jumps).

@ghost ghost assigned M-F-K Sep 2, 2012
@M-F-K M-F-K closed this as completed Sep 8, 2012
@M-F-K M-F-K reopened this Sep 8, 2012
@DarthMike
Copy link
Owner

Any update on this?

@DarthMike
Copy link
Owner

I'm moving this to 0.5, want to close this milestone to few awesome :)

M-F-K added a commit that referenced this issue Oct 8, 2012
…to compare advanced tutorial 01 to win / mac before closing Issue #89
@M-F-K
Copy link
Collaborator Author

M-F-K commented Oct 9, 2012

I think this one is fixed, but I need a running reference i.e either WIN or OSX to compare with, or a video of it.

@DarthMike
Copy link
Owner

I'll try to make a video during this week.

DarthMike pushed a commit that referenced this issue Oct 14, 2012
@DarthMike
Copy link
Owner

Added movie

@DarthMike
Copy link
Owner

@M-F-K Status update on this please?

M-F-K added a commit that referenced this issue Nov 17, 2012
…n see the timer is correct, but THere are 2 things that mess this tutorial up.

1) The placement location of the Draco image is wrong, - it is not centered on the screen but is instead spinning in the lower right corner.

2) The timer is ok. As you can see in the screenshot the number starts with 13  ... and this is the seconds .... but there is no rounding so we got the complete number : 13222053.  This becomes a problem in the tutorial line:

// Update Draco position each second
mDraco->setAngleXYZ(0, 0, mSecond + 10);

I will investigate part 2 further.
@DarthMike
Copy link
Owner

Ok, there is another issue for this. The coordinates are f***ed up now because of a change I made a week ago (some fix about hotspot). See issue #113

@DarthMike
Copy link
Owner

Sorry, closed accidentally (want to go too fast XD)

@DarthMike
Copy link
Owner

Coordinates are fixed now.

@M-F-K
Copy link
Collaborator Author

M-F-K commented Nov 21, 2012

Yep - coordinates is good in linux, - now I only need to truncate the timervalue.

M-F-K added a commit that referenced this issue Nov 21, 2012
@M-F-K
Copy link
Collaborator Author

M-F-K commented Nov 21, 2012

Tested with basic tutorial 16 (timer tutorial), - compared it against DarthMike's movie (in the results folder). As far as I can see, it is exactly the same. Closing.

@M-F-K M-F-K closed this as completed Nov 21, 2012
M-F-K added a commit that referenced this issue Nov 22, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants