I've submitted for a project at CodePlex. I've officially named it the Buttermilk Game Engine! The GUI portion is named the Buttermilk Gui Engine. Both are acronymed BGE, which is the same as the initials in my name. Pretty clever eh? ;) Hehehe...I typed up the current features list like so ...
Aren't these two methods just missing from the framework? Please add them.Plane.Intersects(Ray)Ray.Intersects(Plane)These two should return a Vector3 for information about where the Ray hitted the Plane.(I've also added this feedback to ...
I'm 3d beginner. I need to make a flying bird using DirectX. I don't know if to draw such a complicated object in DirectX or to create it using some external tool, like 3dmax, and to make it flying with DirectX. In any case, I don't know how to start (I have latest Direct SDK and Visual ...
http://abi.exdream.com/It's greate!I think the game will be avaiable on Dec 11th with the release of new XNA framework..And he is writing a new xna book " Professional XNA Game programming".In his blog ,he told us he just flied to Seattle to debug his game on Xbox 360 for ...
I've spent the last few nights working on a simple side scrolling demo and a 2d sprite library. If anyone is interested in checking out the source, a description and the download are available on http://www.xnaexplorer.com/Keep in mind it's just a start. I've only put a few hours into it so ...
Hi, I keep getting these errors:d3DCOOL.obj : error LNK2019: unresolved external symbol _Direct3DCreate9@4 referenced in function _WinMain@16C:\Documents and Settings\Compaq_Owner\My Documents\Visual Studio 2005\Projects\d3D\Debug\d3D.exe : fatal error LNK1120: 1 unresolved externalsWhen I use ...
Hi all,I have succesfully created a new XNA game component which exposes certain properties that are editable from the properties window in visual studio.However I notice that whilst all the correct component properties are displayed in the properties window, only those that have standard types ...
Hi,I'm looking for a method to create either AVI or MPEG or WMV file from a series of discrete images stream (captured from a usb or ip camera, audio may or may be not present). Is there any DirectX or DirectShow filters included by default in Windows that enable me to do this?If NOT, is there ...
First I'd say XNA turned out to be better than I expected. But a few things need to be clarified: 1) What is a GameComponent and what is a game service? And the relationship and difference?2) Why there is an IGraphicsDeviceService interface? It has a single useful member GraphicsDevice. What ...
First I'd say XNA turned out to be better than I expected. But a few things need to be clarified: 1) What is a GameComponent and what is a game service? And the relationship and difference?2) Why there is an IGraphicsDeviceService interface? It has a single useful member GraphicsDevice. What ...
Hi, this is really strange, I am using Tom Miller’s render loop with the application idle.All works well, but now I want to track the mouse position in my windows form. So I have a StatusStrip with some ToolStripStatusLabel’s, here’s my code in the mouse move event: Dim mousePositionX, ...
mdx 2.0 feb 2006i copied the code from SimpleAnimation into my engine, and made the few adjustments to the name of variables/properties etc caz going from mdx 1.x to 2.0and then i try to load tiny.x from the sdk, but it get the error:Unhandled Exception: Error in the application.-2147467259 ...
Hello to all, I′m designing a small engine using managed directx 2.0 included with the december sdk, after reading several articles and tutorials about shaders I decided to develop the engine using (if possible) only shaders or at least avoiding as much as possible the fixed pipeline of ...