Click here to Skip to main content
15,913,904 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Binary file problem Pin
Niklas L3-Sep-10 21:20
Niklas L3-Sep-10 21:20 
AnswerRe: Binary file problem Pin
Dave Kerr3-Sep-10 23:08
mentorDave Kerr3-Sep-10 23:08 
Question[Solved] Object render order for proper depth (OpenGL) [modified] Pin
SilentDude56k3-Sep-10 11:09
SilentDude56k3-Sep-10 11:09 
AnswerRe: Object render order for proper depth (OpenGL) Pin
Dave Calkins3-Sep-10 11:19
Dave Calkins3-Sep-10 11:19 
GeneralRe: Object render order for proper depth (OpenGL) Pin
SilentDude56k3-Sep-10 11:29
SilentDude56k3-Sep-10 11:29 
GeneralRe: Object render order for proper depth (OpenGL) Pin
Dave Calkins3-Sep-10 14:03
Dave Calkins3-Sep-10 14:03 
GeneralRe: Object render order for proper depth (OpenGL) Pin
SilentDude56k3-Sep-10 14:36
SilentDude56k3-Sep-10 14:36 
GeneralRe: Object render order for proper depth (OpenGL) Pin
Dave Calkins3-Sep-10 14:53
Dave Calkins3-Sep-10 14:53 
I'm not sure -- I'm finding it hard to visualize what you're doing. A couple notes though.

You could use an orthographic projection instead of perspective so that near and distant objects appear the same size.

On the other hand, if sorting them is the only way that will work, then the question is, how often are the chars generated? If only periodically, perhaps you could, after generating them, sort them by the y value. Then you'd have a sorted list you could walk through to render.
GeneralRe: Object render order for proper depth (OpenGL) Pin
SilentDude56k3-Sep-10 20:15
SilentDude56k3-Sep-10 20:15 
GeneralRe: Object render order for proper depth (OpenGL) Pin
Dave Calkins4-Sep-10 2:03
Dave Calkins4-Sep-10 2:03 
AnswerRe: [Solved] Object render order for proper depth (OpenGL) Pin
Cedric Moonen3-Sep-10 22:19
Cedric Moonen3-Sep-10 22:19 
QuestionDeviceIoControl with IOCTL_DISK_GET_DRIVE_LAYOUT does not work Pin
MKC0023-Sep-10 3:57
MKC0023-Sep-10 3:57 
QuestionRe: DeviceIoControl with IOCTL_DISK_GET_DRIVE_LAYOUT does not work Pin
David Crow3-Sep-10 4:07
David Crow3-Sep-10 4:07 
QuestionRe: DeviceIoControl with IOCTL_DISK_GET_DRIVE_LAYOUT does not work Pin
Niklas L3-Sep-10 4:10
Niklas L3-Sep-10 4:10 
AnswerRe: DeviceIoControl with IOCTL_DISK_GET_DRIVE_LAYOUT does not work Pin
MKC0023-Sep-10 6:45
MKC0023-Sep-10 6:45 
QuestionRe: DeviceIoControl with IOCTL_DISK_GET_DRIVE_LAYOUT does not work PinPopular
David Crow3-Sep-10 7:11
David Crow3-Sep-10 7:11 
AnswerRe: DeviceIoControl with IOCTL_DISK_GET_DRIVE_LAYOUT does not work Pin
Aescleal3-Sep-10 20:15
Aescleal3-Sep-10 20:15 
QuestionCListcontrol Pin
AbhiHcl3-Sep-10 0:52
AbhiHcl3-Sep-10 0:52 
AnswerRe: CListcontrol Pin
Cool_Dev3-Sep-10 1:54
Cool_Dev3-Sep-10 1:54 
AnswerRe: CListcontrol Pin
CPallini3-Sep-10 2:12
mveCPallini3-Sep-10 2:12 
Questiondelete [modified] Pin
T.RATHA KRISHNAN2-Sep-10 22:30
T.RATHA KRISHNAN2-Sep-10 22:30 
AnswerRe: delete Pin
Aescleal2-Sep-10 22:38
Aescleal2-Sep-10 22:38 
GeneralRe: delete Pin
T.RATHA KRISHNAN2-Sep-10 22:45
T.RATHA KRISHNAN2-Sep-10 22:45 
AnswerRe: delete Pin
Cedric Moonen2-Sep-10 23:05
Cedric Moonen2-Sep-10 23:05 
AnswerRe: delete Pin
ThatsAlok3-Sep-10 0:51
ThatsAlok3-Sep-10 0:51 

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.