Click here to Skip to main content
16,004,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WIN 32 programming questions. what do these libraries do? Pin
Link260014-Aug-04 15:16
Link260014-Aug-04 15:16 
GeneralRe: WIN 32 programming questions. what do these libraries do? Pin
Ravi Bhavnani14-Aug-04 15:22
professionalRavi Bhavnani14-Aug-04 15:22 
GeneralRe: WIN 32 programming questions. what do these libraries do? Pin
Link260014-Aug-04 20:06
Link260014-Aug-04 20:06 
GeneralRe: WIN 32 programming questions. what do these libraries do? Pin
Ravi Bhavnani15-Aug-04 3:22
professionalRavi Bhavnani15-Aug-04 3:22 
GeneralRe: WIN 32 programming questions. what do these libraries do? Pin
Link260015-Aug-04 14:23
Link260015-Aug-04 14:23 
GeneralRe: WIN 32 programming questions. what do these libraries do? Pin
Ravi Bhavnani15-Aug-04 14:30
professionalRavi Bhavnani15-Aug-04 14:30 
GeneralDirectX pixel manipulator Pin
vxje14-Aug-04 14:14
vxje14-Aug-04 14:14 
GeneralRe: DirectX pixel manipulator Pin
Andrew Walker15-Aug-04 4:41
Andrew Walker15-Aug-04 4:41 
This possibly isn't the best place for help on DirectX, www.gamedev.net [^]and www.flipcode.com[^] tend to have a larger audience of DirectX programmers who know the best answers to these types of questions.

Possibly all you need is a light source (point or spot) positioned in the correct position in your scene - it's hard to tell from your post.

If by 'pixel manipulator' you mean pixel shader I'm assuming that yes, it can be done - but it depends alot on your video card. I haven't done it myself, but I have seen some impressive results from cel-shading (essentially the opposite of what you're describing - it discards information to produce cartoonish output) but searching the nvidia or ati websites should dig up a few good resources on pixel-shading.

The other alternative is to render to texture, and then to apply some type of transformation directly to that texture. This approach works well for PC's without video cards with grunt, but beware it's resource hungry and reasonably slow.


If you can keep you head when all about you
Are losing theirs and blaming it on you;
If you can dream - and not make dreams your master;
If you can think - and not make thoughts you aim;
Yours is the Earth and everything that's in it.

Rudyard Kipling

Questionhow to program views in multiple views program Pin
irfan raza14-Aug-04 14:03
irfan raza14-Aug-04 14:03 
GeneralAdd Text to a CView Pin
master8714-Aug-04 5:24
master8714-Aug-04 5:24 
GeneralRe: Add Text to a CView Pin
alex.barylski14-Aug-04 13:13
alex.barylski14-Aug-04 13:13 
QuestionHow can I declare a const string array by initial values in a class declaration as a member? Pin
Behzad Ebrahimi14-Aug-04 3:08
Behzad Ebrahimi14-Aug-04 3:08 
AnswerRe: How can I declare a const string array by initial values in a class declaration as a member? Pin
Ivan Cachicatari14-Aug-04 4:50
Ivan Cachicatari14-Aug-04 4:50 
AnswerRe: How can I declare a const string array by initial values in a class declaration as a member? Pin
Anonymous14-Aug-04 19:46
Anonymous14-Aug-04 19:46 
QuestionHow can I switch between "Code Comments" by keyboard!? Pin
Behzad Ebrahimi14-Aug-04 3:00
Behzad Ebrahimi14-Aug-04 3:00 
AnswerRe: How can I switch between "Code Comments" by keyboard!? Pin
Michael Dunn14-Aug-04 5:08
sitebuilderMichael Dunn14-Aug-04 5:08 
GeneralRe: How can I switch between "Code Comments" by keyboard!? Pin
peterchen15-Aug-04 0:58
peterchen15-Aug-04 0:58 
Generalnews ticker problem Pin
Atif Mushtaq14-Aug-04 2:59
Atif Mushtaq14-Aug-04 2:59 
GeneralRe: news ticker problem Pin
Ravi Bhavnani14-Aug-04 3:12
professionalRavi Bhavnani14-Aug-04 3:12 
QuestionHow to get memory usage of loaded windows driver? Pin
prakash_bhurke14-Aug-04 2:41
prakash_bhurke14-Aug-04 2:41 
QuestionHow Get Cookie from server Pin
Sumit Kapoor13-Aug-04 21:55
Sumit Kapoor13-Aug-04 21:55 
GeneralFlat button without MFC Pin
Igor Mihailov13-Aug-04 17:14
Igor Mihailov13-Aug-04 17:14 
QuestionLea allocator - can somebody please help me ? Pin
Marcello13-Aug-04 17:06
Marcello13-Aug-04 17:06 
Questionhow to draw on the console Pin
yingkou13-Aug-04 16:13
yingkou13-Aug-04 16:13 
AnswerRe: how to draw on the console Pin
xpis13-Aug-04 17:19
xpis13-Aug-04 17:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.