5
votes
6answers
117 views
OpenGL for space simulators
Hi all,
with a few friends we started this amateur platform-independent java-based project for a space combat simulator game (something like the long dead saga of wing commander). None of us though …
1
vote
1answer
65 views
D3D Performance comparison, shaders vs built in shading
Hi there.
I have a running 3D engine built in D3D (via SlimDX). To avoid interupting the rendering pipeline I have batched together many objects with the same material into bigger meshes (to reduce …
0
votes
1answer
30 views
Unable to use SetTransform in D3D9
What might stop IDirect3DDevice9::SetTransform from working? I've looked at alot of tutorials for using transformation matrices in Direct3D9, including this one here. And as far as I can tell, they …
0
votes
1answer
35 views
No thumbnails showing in Aero flip/thumbnail for full screen direct3d 9 application
I'm sure this is on the web somewhere, but I'm having trouble with the search terms (getting lots of non-relevant stuff.) Anyway, I've got a Direct3D9 application. When it runs in full screen, on …
1
vote
1answer
53 views
Drawing targetting circle in 3d application
I'm working on a 3d game just for learning.
I have a 3d world generated from a heightmap and various mesh based objects overlayed onto that world.
I want the player to be able to target objects in …
0
votes
2answers
73 views
Project a grid in screenspace on the world xz plane.
Hi,
I want to project a grid on the xz-plane like shown here:
http://habibs.files.wordpress.com/2009/07/2-1.jpg
To do that, I created a vertex grid with x and z range [-1|1]. In the shader I …
0
votes
2answers
206 views
Direct3D rendering 2D images with “multiply” blending mode and alpha
I'm trying to replicate the Photoshop filter multiply with Direct3D. I've been reading and googling about the different render states and I've got the effect almost working. The problem is that it's …
0
votes
2answers
82 views
Sharing a texture between direct3d and opengl?
I know mixing OpenGL and DirectX is not recommended but I'm trying to build a bridge between two different applications that use separate graphics API:s and I'm hoping there is a technique for sharing …
0
votes
0answers
6 views
drect3d _create device is giving anerror
hai
When i am running the sample code from windows mobile 6.0 tutorial for creating a 3d device
am getting a message "operation cannot be completed the file cannot be found" ,i Am using visual studio …
1
vote
3answers
108 views
Direct3D Texture Post-Processing/Copying
So I'm trying to implement some Direct3D post-processing, and I'm having issues rendering to textures. Basically, my program looks like this:
// Render scene to "scene_texture" (an HDR texture)...
…
3
votes
4answers
136 views
Multiple meshes in one vertex buffer?
Do I need to use one vertex buffer per mesh, or can I store multiple meshes in one vertex buffer? If so, should I do it, and how would I do it?
0
votes
2answers
180 views
Direct3d/C# - Blur area under a rectangle drawn on a sprite
Any idea how to do it? I am drawing a rectangle that is supposed to be a half-transparent window. I managed to do the transparency by drawing a half-transparent texture, but I also want to blur …
0
votes
0answers
72 views
Mouse click detection and Transformation2D in Direct3D
I use Sprites to draw images in a D3D window. I draw an image on every sprite within a rectangle (0, 0, width, height) and use Matrix.Transformation2D to place the image in the rendered view.
…
0
votes
1answer
32 views
Are there any libraries for loading and processing/disassembling Direct3D shader bytecode?
Are there any libraries for loading and processing/disassembling the Direct3D (10,11) shader bytecode files generated by fxc?
I know that many developers (and hardware vendors) have internal tools to …
0
votes
0answers
63 views
VB.NET Direct3D Drawing Jpg’s BitMap
Hello I have taken on a spare learning project and I am tackling direct3d in vb.net
So far I have found initialization code and can draw a black screen or what ever color I want and I have played …
