-
Hey guys, In the PC project I'm working on, I'm trying to completely flush out the scene interface and all of the related managers. For the most part things seem to work correctly when using SceneInterface.Clear() and SceneInterface.Unload(). That said, the GC never seems able to collect the...
-
Hey all. I have a 3D xna game. I made the user interface with adobe air. Once my game is launched, the interface is launched as an overlay and everything works fine. My question is, how efficient is the serialization/deserialization of xml files? At the moment i have several instances in my main update...
-
Yes, you'll have it in a min EDIT: Okay I sent it to you, let me know if you got it.
-
I'm working on an Avatar crowd. Any ideas on how to instance avatars in sunburn? I'm fine with using only about 5 different avatars and sharing animations - particularly since I only have a few frames per second to play with right now. The crowd will contain 50-100 viewable at a time, although...
-
I am currently porting a game I had been working on into SunBurn and I am aiming to run it on the Windows Phone 7. I'm still in the early stages and I am setting up the default graphical preferences to use in sunburn but I wandered what people recommend I set them too for the mobile. I am using the...
-
Let's say I have many unique models rendering to the screen. Right now, each model has its own texture, as you normally do. Because these models' textures are rather simple, it is very feasible for me to combine them all into one texture map. Therefore, I would have many models using only one...
-
In my game I've been making, I've run into a strange performance issue with the scene I've imported in. After doing a lot of testing, I've come here to ask for help. I'll try to describe everything I've done. The game is intended for the Xbox 360, so all framerates are based on...
-
I brought up the rendering stats in the editor and the rendered polygon count was through the roof. It is an exact 7X the amount of triangles that are actually in the model. Thinking it was some kind of mistake I made I replaced my scene with a 12 triangle box and the render stats said it was 84 polygons...
-
I have a model that is 2000 tris. I need 50 of these identical objects to show up onscreen. I can easily create a new scene file with the 50 copies as individual objects within one .fbx file. I'd like to know if it is better on rendering performance if the 50 were instances. I know it would be on...
-
Hey guys, I had gotten avatars rendering in out game with animations looking how we wanted but now they only render their shadows... What I did to break it was render the scene twice (slightly different by adding and removeing items before the scene render calls) and on the first render (which is to...