Click here to Skip to main content
15,915,172 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDialog under main application Pin
brdavid26-Apr-04 2:01
brdavid26-Apr-04 2:01 
GeneralRe: Dialog under main application Pin
Prakash Nadar26-Apr-04 2:45
Prakash Nadar26-Apr-04 2:45 
GeneralRe: Dialog under main application Pin
Antony M Kancidrowski26-Apr-04 4:00
Antony M Kancidrowski26-Apr-04 4:00 
GeneralRe: Dialog under main application Pin
brdavid26-Apr-04 11:22
brdavid26-Apr-04 11:22 
GeneralRe: Dialog under main application Pin
Antony M Kancidrowski26-Apr-04 11:30
Antony M Kancidrowski26-Apr-04 11:30 
QuestionHow to create a concave ploygon,in v c++ ,using openGL Pin
shliwan26-Apr-04 1:47
shliwan26-Apr-04 1:47 
AnswerRe: How to create a concave ploygon,in v c++ ,using openGL Pin
Navin26-Apr-04 4:36
Navin26-Apr-04 4:36 
GeneralRe: How to create a concave ploygon,in v c++ ,using openGL Pin
Anonymous27-Apr-04 2:41
Anonymous27-Apr-04 2:41 
In fact,I know there are some algorithms that can do.
In the RedBook of OpenGL,I find that the glu library has already gave us the routines such as GLUtesselator,gluNewTess and gluCallBack,but when I try to use these functions in my project(v C++ platform) I could not get it work probably.I don't know why!

the TedBook says as bellow
"The OpenGL library (GL) is designed for low-level operations, both streamlined and accessible to hardware acceleration. The OpenGL Utility Library (GLU) complements the OpenGL library, supporting higher-level operations. Some of the GLU operations are covered in other chapters. Mipmapping (gluBuild*DMipmaps()) and image scaling (gluScaleImage()) are discussed along with other facets of texture mapping in Chapter 9. Several matrix transformation GLU routines (gluOrtho2D(), gluPerspective(), gluLookAt(), gluProject(), and gluUnProject()) are described in Chapter 3. The use of gluPickMatrix() is explained in Chapter 13. The GLU NURBS facilities, which are built atop OpenGL evaluators, are covered in Chapter 12. Only two GLU topics remain: polygon tessellators and quadric surfaces, and those topics are discussed in this chapter.

To optimize performance, the basic OpenGL only renders convex polygons, but the GLU contains routines to tessellate concave polygons into convex ones, which the basic OpenGL can handle. Where the basic OpenGL operates upon simple primitives, such as points, lines, and filled polygons, the GLU can create higher-level objects, such as the surfaces of spheres, cylinders, and cones.
..."

You can find this article here:
http://www.dcc.unicamp.br/~lmarcos/courses/mc603/redbook/chapter11.html



So if you have used these routines,would you please send me a example.
Thanks!!
GeneralJNI Pin
roadragedave26-Apr-04 0:46
roadragedave26-Apr-04 0:46 
GeneralRe: JNI Pin
Mike Dimmick26-Apr-04 1:59
Mike Dimmick26-Apr-04 1:59 
GeneralVC++ application error on WinXP Pin
PrashantJ25-Apr-04 23:51
PrashantJ25-Apr-04 23:51 
GeneralExport Image as EPS File Format Pin
pubududilena25-Apr-04 23:08
pubududilena25-Apr-04 23:08 
GeneralRe: Export Image as EPS File Format Pin
Maarten Kools26-Apr-04 3:52
professionalMaarten Kools26-Apr-04 3:52 
GeneralRe: Export Image as EPS File Format Pin
pubududilena26-Apr-04 18:01
pubududilena26-Apr-04 18:01 
GeneralCString to UTF-8 Pin
Stojan7825-Apr-04 23:00
Stojan7825-Apr-04 23:00 
GeneralRe: CString to UTF-8 Pin
Mike Dimmick26-Apr-04 0:08
Mike Dimmick26-Apr-04 0:08 
GeneralcFileDialog Pin
macmac3825-Apr-04 22:53
macmac3825-Apr-04 22:53 
GeneralRe: cFileDialog Pin
Maxwell Chen25-Apr-04 23:11
Maxwell Chen25-Apr-04 23:11 
GeneralRe: cFileDialog Pin
jmkhael25-Apr-04 23:13
jmkhael25-Apr-04 23:13 
GeneralRe: cFileDialog Pin
Maxwell Chen25-Apr-04 23:17
Maxwell Chen25-Apr-04 23:17 
GeneralRe: cFileDialog Pin
jmkhael25-Apr-04 23:26
jmkhael25-Apr-04 23:26 
GeneralRe: cFileDialog Pin
Maxwell Chen25-Apr-04 23:41
Maxwell Chen25-Apr-04 23:41 
GeneralRe: cFileDialog Pin
macmac3825-Apr-04 23:23
macmac3825-Apr-04 23:23 
GeneralHo to place a screen saver in a Dialog BOx Pin
Azghar Hussain25-Apr-04 22:05
professionalAzghar Hussain25-Apr-04 22:05 
GeneralRe: Ho to place a screen saver in a Dialog BOx Pin
ohadp26-Apr-04 1:39
ohadp26-Apr-04 1:39 

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.