Tagged Questions
6
votes
1answer
138 views
How to put an invisible marker on a model and refer to it in the game?
I am using XNA/C# to load up 3ds Max models exported in FBX format. Is there some way to mark a specific point in the model like the pipe of a gun so I can just refer to it and place a bullet in there ...
3
votes
2answers
432 views
What is the metrics of vectors in XNA?
When exporting a model from 3ds Max as FBX to import it into XNA, what metrics should I choose to make 1 unit in 3ds Max equal to 1 unit in XNA?
For example: I have a sphere model with 1m radius ...
1
vote
1answer
816 views
Can't change the textures of a .FBX or an .X exported from 3dsmax
I created a model (real simple) in 3DSMax 2010, exported it to FBX format and loaded it in an XNA 4.0 content project. I also tried with .X files using kW X-port and it has the same behavior.
I can ...
5
votes
2answers
969 views
Coordinates from 3DS Max to XNA 3.5
My problem is this. I have a simple box made in 3DS Max 2009, the Box is 10x10x10. I've tried to load it on XNA and traslate the camera for 15 units, but I can seem to find the values needed to see ...