TextureLoader imports images as power of two
Wed, 19 Nov 2008 12:24:30 -0800 (PST)
I am using TextureLoader to load images as textures. I have a strange
problem now that if the image in reality is 100x100 pixels,
TextureLoader will build a texture 128x128 texes in size. My hardware
does not require textures to be power of two and the textures I
manually generate and fill data into, they can be ...
|
How to read the content of the PropertyPage?
Sat, 15 Nov 2008 08:29:42 -0800
A click on a filter's output pin brings up the property page with info like
this:
Video Properties
***********************
Video (Tab)
-----------
Major Type: Video
Sub Type: RGB24
Format: YUV 360x-240, 12 bits
reSrc={8,0,360,240}
rcDst{0,0,0,0}
=====================
How to read the text above ...
|
Use Mesh.VertexBuffer as a LineList
Thu, 13 Nov 2008 23:00:21 -0800 (PST)
I am using a mesh for testing ray intersection. However, when
displaying it, I would like to use a different IndexBuffer (outside
the Mesh instance) in order to call DrawIndexedPrimitive using
PrimitiveTypes::LineList. I tried to use SetStreamSource(0,
mesh.VertexBuffer, 0) but that doesn't work. However, callin ...
|
CPU Usage Watcher (urgent)
Thu, 13 Nov 2008 01:58:02 -0800
Hi ,
I am making a software to monitor the processes running on my server , if
one of them exceeds a limit amount of memory or CPU usage , an email will be
send to me.
I am using PerformanceCounter to monitor Memory and CPU usage
and I am getting the Processes using : < Process.GetProcesses() > function.
...
|
new to c# programming
Sun, 09 Nov 2008 14:15:14 +0100
Hi I'm new to C# programming and just wanted to make sure this is the
right place to ask more or less newbie questions. Is it?
Tom ...
|
How to draw a circle on a sphere with managed DirectX(C#)?
Sat, 8 Nov 2008 01:18:32 +0800
If there is sample code,that would be better!
Thank you very much!
...
|
COM DLL supporting .NET
Tue, 4 Nov 2008 08:01:53 -0800 (PST)
Hello,
I have a COM DLL and want to use it in .NET. What kind of information
do I need to use it in .NET?
The DLL is a just COM DLL made by C++
TIA ...
|
|
|
directx and mdi applications, how to deal with the handle changing?
Thu, 30 Oct 2008 01:24:52 -0700 (PDT)
I'm trying to get my DirectX10 application to run in an MDI window
(using Weifenluo's docking system) but whenever the window gets docked
or undocked, the handle of the window changes (and also the handle of
any controls within the window) and then DirectX fails to render.
I am getting around this temporaril ...
|
PRESENT, VMR and multiple threads in DX9
Mon, 27 Oct 2008 10:18:58 -0700 (PDT)
Hi all,
I am currently facing big problems combining VMR and PRESENT in DX9.
Context:
1. A VMR9 Allocator-Presenter implementation rendering Video to a
TextureSurface using Hardware decoding in a DirectShow graph.
2. A Full screen DirectX application with PRESENT parameters on
PresentInterval.One. This a ...
|
Changing the Filename Displayed in a Common File Dialog
Thu, 23 Oct 2008 20:47:00 -0700
I have a software development question regarding the ability to configure the
display of the MFC Common File Dialog on a Desktop PC. Our application is
desktop based, and we typically use a MFC CFileDialog class dialog to provide
the GUI to browse folders and files. Our application is developed using the
C++ ...
|