Showing related tags and posts across the entire site.
-
Hi Guys, I almost finished my server side coding for my morpg game, i'm now building client side and switched art styles to realistic instead of stylized (cartoonish). Here is the previous one: http://www.facebook.com/photo.php?fbid=298506403590269&set=pb.284874998286743.-2207520000.1356056883&type...
-
Another Newbie problem >> How do i fix this ? >> says error loading content repository
-
I am using multiple scenes that are sharing some objects in between them. I'm not entirely sure how SunBurn keeps track of the generated maps ( I see the unique named files in the LightMapCache folder), but I'm wondering if it is possible to keep track of lightmaps by scene?
-
Hi John, I am still having troubles. In the code, I've now loaded the model, both as one SceneObject and as a SceneObject for each mesh in the model. As one SceneObject: cab = Content.Load<Model>(@"Models/Cab"); var sceneObject = new SceneObject(cab, "Cab"); sceneObject...
-
Hi again, Our team is having a new issue with lightmapping. The model we are working with is quite complex and has an interior and exterior. The interior is a large cockpit that has an overhead light on the ceiling. I would like to light map the room with this light. The model is entered into the scene...