Open GoogleCodeExporter opened 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
there's no compile error in the whole experiment
Original comment by bishoyba...@gmail.com
on 24 May 2012 at 4:55
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
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
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
Original comment by bishoyba...@gmail.com
on 24 May 2012 at 7:38
Original comment by ahmedheg...@gmail.com
on 24 May 2012 at 8:02
Original comment by khaled.osmaan
on 24 May 2012 at 9:59
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
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
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
fixed if else -> alt and if -> opt
Original comment by bishoyba...@gmail.com
on 25 May 2012 at 9:17
Original comment by mk.cena92
on 25 May 2012 at 9:38
Original issue reported on code.google.com by
bishoyba...@gmail.com
on 11 May 2012 at 11:07