To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cad.devOpen lugnet.cad.dev in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / Development / 7023
7022  |  7024
Subject: 
Re: Spot the bug
Newsgroups: 
lugnet.cad.dev
Followup-To: 
lugnet.cad.dev.mac
Date: 
Mon, 4 Mar 2002 23:40:52 GMT
Viewed: 
717 times
  
In lugnet.cad.dev, Steve Bliss writes:
In lugnet.cad.dev, Erik Olson wrote:

So, BrickDraw3D has working OpenGL rendering mode now.

Cool!  Is there an appreciable speed difference?

I don't see one yet. But, I have not yet turned on display lists, vertex
arrays, or cached normals, all of which I wrote code for while reading the
reference manual as far back as June. Never ever write hundreds of lines of
code before testing begins.

The other bug was that

m[i*4+j] = inMatrix->value[i][j];

doesn't transpose the matrix anyway - OpenGL wants column major, mine is row
major. If it weren't for that I could just pass &inMatrix->value[0][0]
assuming its type is the same as GLfloat.



Message is in Reply To:
  Re: Spot the bug
 
(...) Cool! Is there an appreciable speed difference? (...) I know how that goes. :) Steve (22 years ago, 4-Mar-02, to lugnet.cad.dev)

4 Messages in This Thread:


Entire Thread on One Page:
Nested:  All | Brief | Compact | Dots
Linear:  All | Brief | Compact
    

Custom Search

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR