-
We have a list of changes we would like to see made to the Synapse Splash screen. After a year of development, we want every part of our game to be perfect, and feel that this little screen could use some work. We don't mean to be rude or pedantic about this, but since this screen will be seen every...
-
Hi, Whenever I start my game, it seems to run quite fine. Upon opening the editor, it crashes. I've crunched through a number of solutions and bugs with answers from this forum, mainly in unloading and reloading content, managers and render targets. But this one line has me stumped. g_GameManager...
-
Hey, I'm having some issues with custom geometry. It casts shadows to world around, but it itself is completely invisisble. We create a mesh in code, using a vertex buffer, index buffer and vertex positionnormaltexture for our vertex type. CustomMesh FinalBall = new CustomMesh(VertexBuffer, IndexBuffer...
-
As many have done before i need to create the Content Viewer for my team. I have viewing normal meshes and animated meshes but what i really need is to be able to load these meshes from an outside source using say File\Open on a menu. The main problem i come accross is loading the content and choosing...