Showing related tags and posts across the entire site.
-
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...
-
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...
-
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...