Showing related tags and posts across the entire site.
-
i really don't know where and how to start. Searching i've found this article: http://ionixxgames.wordpress.com/2009/03/25/xna-sample-skinned-model-instancing/ in this thread: http://www.synapsegaming.com/forums/t/1331.aspx?PageIndex=3 but it use custom importers and i don't know how to make...
-
I created an animated 3D character in Daz3D 4.5 Professional, exported it to .fbx format and tried to import it onto my XNA game using Sunburn and got this: Unable to build asset. -Building content threw NullReferenceException: Object reference not set to an instance of an object. - at SgMotionPipeline...
-
Hi to all, i have some question. i use sgmotion and i'd like to have a character with one skeleton only and be capable of walking, running, jumping with the lower body and at the same time hold a gun, shoot, swing a sword with the upper body. in an old project i've managed to achieve my purpose...
-
[quote user="JohnK "bobthecbuilder""]I've checked out the XNA Skinning sample model and it's also being rotated by the animation data, however the rotation is on the Y axis (at least visibly / on-screen). The model faces backward when provided identity transforms for the bones...
-
[quote user="CJ Bailey"]in the example code I uploaded ( http://www.synapsegaming.com/downloads/resource.aspx?guid=21d1cdec-1b6e-4b85-a24d-9f19690f27e4 ). Check out the "SeekComponent" class, but basically it allows you to set a target orientation (EntityRotator.TargetOrientation...