China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 18:39:25 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 18:39:17 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 08:45:41 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 08:45:35 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
Debugging Shaders in Managed DirectX
Sat, 18 Mar 2006 15:08:42 +0100
How can i debug shaders using Managed DX ?
I uncommented the lines
//#define DEBUG_VS // Uncomment this line to debug vertex shaders
//#define DEBUG_PS // Uncomment this line to debug pixel shaders
yet it doesnt help at all. If i uncomment both of them, i will get some
Direct3D Error (invalid call), and ...
|
D3DERR_INVALIDCALL error occurs when calling CreateOffscreenPlainSurface
16 Mar 2006 22:30:58 -0800
This is my code to initialise graphics, strangely the call to
CreateOffscreenPlainSurface() generates a D3DERR_INVALIDCALL error
unless I specify Direct3D.Pool.Scratch in which case it works fine.
Unfortunately the DirectX9 SDK documentation says you can only use
UpdateSurface for a source Surface that was cre ...
|
Converting Quaternions to Euler Angles
Wed, 15 Mar 2006 23:51:09 -0800
Can anyone please help me with converting a quaternion to Euler Angles, in DX? ...
|
|
|
SimpleAnimation sample displayed on a windows form
15 Mar 2006 05:46:49 -0800
Please could someone help me with integrating the SimpleAnimation from
the directx sample browser onto a panel on a managed c# form. I am
using Visual Studio 2005.
I had a look around the sample and I think I have to make changes in
the ModifyDeviceSettings() method and somehow change
presentParams.DeviceW ...
|
SimpleAnimation sample displayed on a windows form
15 Mar 2006 05:46:20 -0800
Please could someone help me with integrating the SimpleAnimation from
the directx sample browser onto a panel on a managed c# form. I am
using Visual Studio 2005.
I had a look around the sample and I think I have to make changes in
the ModifyDeviceSettings() method and somehow change
presentParams.DeviceW ...
|
Managed performance
Wed, 15 Mar 2006 03:07:27 -0800
Hi,
Does the Managed DirectX API use the attribute
System.Security.SuppressUnmanagedCodeSecurityAttribute in order to reduce the
managed to unmanaged transition overhead ?
--
Olivier Lauffenburger
Missler Software ...
|