google-code-export / monoxna

Automatically exported from code.google.com/p/monoxna
Other
1 stars 1 forks source link

Generation Errors on ModelTypeReader.cs #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Generation of the assemblies created errors because of 
ModelTypeReader.cs. It has got some code that has not yet been stubbed or 
that simply doesn't work. For instance it uses a creator of ModelBone with 
three arguments when ModelBone only has the default creator.
2. MathHelperTests.cs was not included as part of the XNATests project. 
Yet there are a lot of functions implemented on MathHelper class. Are they 
tested? 

What is the expected output? What do you see instead?
1. I should have generation clean of errors. It has errors and won't 
generate.
2. MathHelperTests maybe needs more tests for the implemented methods at 
MathHelper that don't have testing.

What version of the product are you using? On what operating system?
SVN Revision 80, over Windows XP, programming with Visual Studio 2005 Pro.

Please provide any additional information below.

Original issue reported on code.google.com by neoz...@gmail.com on 19 Jun 2007 at 8:59

GoogleCodeExporter commented 9 years ago
This might help....

Original comment by robloach on 20 Jun 2007 at 12:43

Attachments:

GoogleCodeExporter commented 9 years ago
It solved all issues I had. Thnks a lot.

My next pach is going to include yours ^^.

Original comment by neoz...@gmail.com on 21 Jun 2007 at 8:50

GoogleCodeExporter commented 9 years ago
I made a few (small) modifications such as making those constructors internal 
as that
class has no publicly visible constructors.

Original comment by alan.mcg...@gmail.com on 22 Jun 2007 at 4:18