XNA Creators Club Online
forums de la Communauté

Search Forums

Page 1 of 11 (108 items) 1 2 3 4 5 Next > ... Last »
  • Re: Jagged edges when drawing a rotated texture

    When you give it 1 pixel it hides the fact you have not turned on multisampling.Turn on multisampling to fix it.
    Posted to XNA Framework (Forum) by lynch3 on 08/05/2008
  • Re: Multiple animations (takes) in FBX

    You can save each of your animations as different ascii fbx files, go into the files and rename and copy the take, and paste the take into your main animation file.  This will allow you to have multiple takes in 1 file, and will also let you know the takes something other than Take 001.  It's a hack solution, but if you make a utility ...
    Posted to General (Forum) by lynch3 on 10/04/2008
  • Re: Debug

    Visual Studios has a ton of debgging options.  Just pull down the Debug tab to get a feel.  The documentation can show you all the advanced features.
    Posted to General (Forum) by lynch3 on 12/03/2008
  • Re: NickG - 2000 posts, Lord Ikon 1000 posts

    Thanks for your contribution and helping the XNA community grow.I'd post more if my reply feature didn't break half the time I tried to reply...That being said, there are a ton of people on the IRC channel who are also helpful and people should check that out as well when they want/need real-time responses.
    Posted to General (Forum) by lynch3 on 29/02/2008
  • More than 1 wireless controller on a PC.

    Can you use more than 1 wireless controller on a PC with 1 receiver?  I need to use at least 3.
    Posted to General (Forum) by lynch3 on 14/02/2008
  • Re: Changing the texture of a model in real time

    You can change which Texture2D the BasicEffect is pointing to under the Model's Mesh.  If you have multiple meshes / effects which you have textures, you will need to make sure you switch it for all of them.
    Posted to XNA Framework (Forum) by lynch3 on 22/12/2007
  • Point Sprite Size

    It seems I can't draw point sprites larger than 256x256.  If I set the size greater than 256 it just seems to clamp to 256.  Has anyone else noticed similar limitations?  What is the size limitation on the xbox 360?I was told to check DeviceCapabilties.MaxPointSize but that returned some number that was 8000+, which doesn't seem to ...
    Posted to XNA Framework (Forum) by lynch3 on 19/12/2007
  • Re: The XNA minigames won't open in VS2005 Pro

    I've converted several of the demos with little or no issues.  The main thing to look for is render targets, which is a pretty easy fix.  I had some issues with sound when converting my personal project, but that was because I had prebuilt my sound files using an older version of XACT.
    Posted to Samples, Starter Kits, Tutorials (Forum) by lynch3 on 15/12/2007
  • Re: XNA 2.0 Xbox 360 Deploy Error

    Yes I am.I uninstalled and reinstall both VC# 2005 Express and XNA GSE 2.0 and now the error is gone.  I think this error may have been caused my trash left over from installing and then uninstalling VS 2008.
    Posted to General (Forum) by lynch3 on 13/12/2007
  • XNA 2.0 Xbox 360 Deploy Error

    When I attempted to deploy my game after installing the XNA GS Connect and XNA 2.0 GSE non-beta I got a strange error.  ''Object reference not set to an instance of an object''.  The error had nothing entered under the File or Project columns and it claimed to be located at 0 line, column 0.   I did the 360 project conversion ...
    Posted to General (Forum) by lynch3 on 13/12/2007
Page 1 of 11 (108 items) 1 2 3 4 5 Next > ... Last »