ssafty / terasoft-12

Educational Kinect Game using C# and XNA
https://www.youtube.com/watch?v=sl8d_kQj3c0
0 stars 0 forks source link

208: As a user i should see a ball coming towards me from a random direction #226

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Documentation
Sequence Diagram
Implementation I: redesign class Ball
Implementation II: animte the ball movement

Original issue reported on code.google.com by bishoyba...@gmail.com on 11 May 2012 at 11:07

GoogleCodeExporter commented 9 years ago
please i need a source which supports your second point because i see that 
there's no point in creating a CustomModel without its Model

Original comment by bishoyba...@gmail.com on 24 May 2012 at 4:34

GoogleCodeExporter commented 9 years ago
there's no compile error in the whole experiment

Original comment by bishoyba...@gmail.com on 24 May 2012 at 4:55

GoogleCodeExporter commented 9 years ago
http://steveproxna.blogspot.com/2011/03/xna-and-unit-testing.html
The idea is to create a model with it's position, scale and rotation and then 
loading the model in a separate method (LoadContent or Initialize) according to 
you code.  

This way you can initialize a Model then test the animation rotation and so on 
without the need to load the actual model.

Original comment by ahmedheg...@gmail.com on 24 May 2012 at 5:02

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r1724.

Status: In Progress

added new CustomModel constructor and method LoadContent

Original comment by bishoyba...@gmail.com on 24 May 2012 at 6:59

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r1728.

Status: In Progress

edited ball constructor to call the new custommodel constructor and changed 
Experiment3 ball call

Original comment by bishoyba...@gmail.com on 24 May 2012 at 7:32

GoogleCodeExporter commented 9 years ago

Original comment by bishoyba...@gmail.com on 24 May 2012 at 7:38

GoogleCodeExporter commented 9 years ago

Original comment by ahmedheg...@gmail.com on 24 May 2012 at 8:02

GoogleCodeExporter commented 9 years ago

Original comment by khaled.osmaan on 24 May 2012 at 9:59

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r1804.

Status: In Progress

added DrawStatus Method and its calls 

Original comment by bishoyba...@gmail.com on 24 May 2012 at 11:44

GoogleCodeExporter commented 9 years ago
Please use full descriptive sentences for the param fields. For example "Ball 
radius." is not a sentence, please write "The ball's radius" for example 
instead. This is common between all your param fields. Also the AUTHOR tag 
should be before the params, bu after the summary tag, as the order is summary 
-> author -> param -> return. The order is incorrect in several places. 
Everything else seems to be fine.

Original comment by ams.sa...@gmail.com on 25 May 2012 at 1:07

GoogleCodeExporter commented 9 years ago
Your UML's are fine but you should use "opt" instead of "if" in case the if has 
no else
and in case the it has else you should use "alt"

Original comment by mk.cena92 on 25 May 2012 at 8:24

GoogleCodeExporter commented 9 years ago
fixed if else -> alt and if -> opt

Original comment by bishoyba...@gmail.com on 25 May 2012 at 9:17

GoogleCodeExporter commented 9 years ago

Original comment by mk.cena92 on 25 May 2012 at 9:38