News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

3D Text

Started by Darrel, February 11, 2007, 06:15:30 AM

Previous topic - Next topic

Darrel

Hello,

I am making an application to render 3D text, with changeable font, text, color, and rotation angles. I would eventually like to save as a bitmap file or copy to a clipboard. As it stands right now, all I can get is a black window for the text. The files are attached.

I would like to be able to use a square bitmap to render a specified text and font with varying color and rotation angles.

Thanks for your time and consideration.

Darrel

[attachment deleted by admin]

hitchhikr

You can't create an opengl font if you haven't created an opengl context priorly and you forgot to generate the fontlist (via glGenLists) there's an example about 3d text in the examples archive.