Click here to Skip to main content
15,909,440 members
Home / Discussions / Graphics
   

Graphics

 
QuestionHow to print GDI BarChart? Pin
RanaSohail16-Jul-09 18:40
RanaSohail16-Jul-09 18:40 
AnswerRe: How to print GDI BarChart? Pin
Henry Minute2-Aug-09 9:33
Henry Minute2-Aug-09 9:33 
GeneralRe: How to print GDI BarChart? Pin
RanaSohail5-Aug-09 3:51
RanaSohail5-Aug-09 3:51 
GeneralRe: How to print GDI BarChart? Pin
Henry Minute5-Aug-09 4:34
Henry Minute5-Aug-09 4:34 
GeneralRe: How to print GDI BarChart? Pin
RanaSohail6-Sep-09 21:47
RanaSohail6-Sep-09 21:47 
QuestionGreat OpenGL 3.1 tutorial Pin
Gvizbi10-Jul-09 9:36
Gvizbi10-Jul-09 9:36 
AnswerRe: Great OpenGL 3.1 tutorial Pin
Gvizbi15-Jul-09 8:43
Gvizbi15-Jul-09 8:43 
QuestionHow to move selected objects in OPENGL Pin
gourishsio6-Jul-09 19:15
gourishsio6-Jul-09 19:15 
Hi,
I am trying to develop a CAD like application using OpenGL and wxWidgets... I have reached at a stage where i can draw a circle, square, load an image, polygon etc.. am also able to zoom and pan..

as a further step, i want to move object, scale it and rotate.. to do this i have written a code to select and pick object that lies under mouse pointer.. Now what do i have to do to move the picked object..?? I tried by finding the difference of old and new points and recalculating the points of the object..

C.x += dx;
C.y += dy;


where dx and dy are differences of old and new x, and y values resp.. And C.x C.y are original x and y coordinates

This is showing some movement. but not as desired.. it isnt moving along with the mouse movement.. For a small mouse movement, it shows a huge displacement and also very fast... so what can be done to make a selected object move along wiith the mouse pointer...??

Also i'm not able to zoom with reference to the mouse pointer.. it zooms with reference to the origin (0,0,0) only.. please help me..

Thanks in advance..
QuestionCan I push a per-pixel off-screen bitmap operation onto the Graphics Accelerator (DirectDraw, etc.)? Pin
roscler4-Jul-09 20:04
professionalroscler4-Jul-09 20:04 
AnswerRe: Can I push a per-pixel off-screen bitmap operation onto the Graphics Accelerator (DirectDraw, etc.)? Pin
Baltoro5-Jul-09 10:55
Baltoro5-Jul-09 10:55 
GeneralRe: Can I push a per-pixel off-screen bitmap operation onto the Graphics Accelerator (DirectDraw, etc.)? Pin
roscler5-Jul-09 14:50
professionalroscler5-Jul-09 14:50 
QuestionTwo Cameras Mosaic Algorithm Pin
Bob Yiu3-Jul-09 3:34
Bob Yiu3-Jul-09 3:34 
AnswerRe: Two Cameras Mosaic Algorithm Pin
Tim Craig4-Jul-09 8:41
Tim Craig4-Jul-09 8:41 
GeneralRe: Two Cameras Mosaic Algorithm Pin
Bob Yiu4-Jul-09 22:58
Bob Yiu4-Jul-09 22:58 
GeneralRe: Two Cameras Mosaic Algorithm Pin
Tim Craig5-Jul-09 21:12
Tim Craig5-Jul-09 21:12 
GeneralRe: Two Cameras Mosaic Algorithm Pin
Bob Yiu6-Jul-09 23:43
Bob Yiu6-Jul-09 23:43 
GeneralRe: Two Cameras Mosaic Algorithm Pin
Tim Craig7-Jul-09 17:59
Tim Craig7-Jul-09 17:59 
GeneralRe: Two Cameras Mosaic Algorithm Pin
Bob Yiu7-Jul-09 20:14
Bob Yiu7-Jul-09 20:14 
GeneralRe: Two Cameras Mosaic Algorithm Pin
Tim Craig7-Jul-09 20:54
Tim Craig7-Jul-09 20:54 
GeneralRe: Two Cameras Mosaic Algorithm Pin
Bob Yiu8-Jul-09 16:27
Bob Yiu8-Jul-09 16:27 
GeneralRe: Two Cameras Mosaic Algorithm Pin
Tim Craig8-Jul-09 18:40
Tim Craig8-Jul-09 18:40 
GeneralRe: Two Cameras Mosaic Algorithm Pin
Bob Yiu11-Jul-09 20:37
Bob Yiu11-Jul-09 20:37 
GeneralRe: Two Cameras Mosaic Algorithm Pin
Tim Craig12-Jul-09 9:03
Tim Craig12-Jul-09 9:03 
GeneralRe: Two Cameras Mosaic Algorithm Pin
Bob Yiu2-Aug-09 22:23
Bob Yiu2-Aug-09 22:23 
QuestionHow to find the centerline of a font glyph boundary Pin
Jason Titcomb23-Jun-09 6:46
Jason Titcomb23-Jun-09 6:46 

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.