gzz-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz] Re: Vertex documentation


From: Tuomas Lukka
Subject: [Gzz] Re: Vertex documentation
Date: Tue, 29 Oct 2002 22:11:34 +0200
User-agent: Mutt/1.4i

On Tue, Oct 29, 2002 at 07:30:24PM +0200, Matti Katila wrote:
> 
> Dear Tuomas,
> 
> I need some documentation of Vertex(er).

Vertexer is a class that you make yourself in the renderable
definition. Nothing special about it. The Text gives you vertices
in its natural coordinate system (baseline at 0, row height 1),
and you're supposed to call glVertex at the right point.

> I put days in calendar like this:
> 
>     for (int i=1; i <= days; i++) {
>         // count column and row
>         // i to char buffer
> 
>         Vertexer<Coords> v(coords1);
> 
>         Text::renderIter(*r, buffer, buffer+strlen(buffer), 
>             column , row, v
>         );
>     }
> 
> Just want to know how I can scale the numbers better.

Uh, what's wrong currently?

        Tuomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]