All Tags » lighting » avatar (RSS)

Browse Site by Tags

Showing related tags and posts across the entire site.
  • Re: Sample/Tutorial for new Avatar Lighting and Shadows?

    Hi Matt, You can add avatars to your scene using the following code: // create the standard xna avatar info... AvatarDescription desc = AvatarDescription .CreateRandom(); AvatarRenderer renderer = new AvatarRenderer (desc, false ); // quick and dirty way to make sure the // xna avatar renderer is disposed...
    Posted to Using SunBurn by JohnK "bobthecbuilder" on 03-16-2010
  • Re: Avatar Lighting - Examples

    For anyone wondering how to add your avatar to sunburn, the following example does fine. Pretty straightforward and I should have seen this sooner - hopefully it will save people some time. Create a function to add the avatar to your sunburn scene like this: public void AddAvatar( AvatarRenderer avatarRenderer...
    Posted to Using SunBurn by Matt L on 02-20-2010
  • Avatar Lighting - Examples

    What's the current state of the Avatar Lighting system? Is it working (as in the demo's) with the current SunBurn release? I've seen several avatar classes in the api, but can't find any examples on how to use them, could someone provide an example on how to add an avatar to the sunburn...
    Posted to Using SunBurn by Matt L on 02-20-2010
Page 1 of 1 (20 items)