 | | Re: Mac Brick CAD 2.3b2
|
|
(...) Thanks for getting this out for us, Andrew! Even though the URL above doesn't work I was able to grab it and am now happily using it! (It should read mbc.html at the end I believe...) Greetz, Anton (22 years ago, 21-Jun-04, to lugnet.cad.dev.mac)
|
| |
 | | Mac Brick CAD 2.3b2
|
|
Just a quick note, I've placed MBC 2.3b2 on my .mac site (URL) is only a minor fix update, * Improvements to the render engine * Bug fix for the display of .mpd files * The Imperial Star Destroyer will render about 2 seconds quicker on my system (...) (22 years ago, 19-Jun-04, to lugnet.cad.dev.mac)
|
| |
 | | Re: Mac Brick CAD and the Imerial Star Destroyer
|
|
(...) I think this is what Don is refering to. Using Don's ldgliteargs to 800x537 on my aging 8 MB VRAM machine so ldglite would launch using the ATi renderer. GL_VENDOR ='ATI Technologies Inc.' GL_RENDERER ='ATi Rage 128 Pro OpenGL Engine' (...) (22 years ago, 25-May-04, to lugnet.cad.dev.mac)
|
| |
 | | Re: Mac Brick CAD and the Imerial Star Destroyer
|
|
(...) Actually, the same thing can happen in Windows if you resize a window too big (say 1600x1200) on an older video card. However, I'm not sure you can tell that it has switched to software mode on Windows, because as far as I know it is still (...) (22 years ago, 21-May-04, to lugnet.cad.dev.mac)
|
| |
 | | Re: Mac Brick CAD and the Imerial Star Destroyer
|
|
(...) Yeah, watch out for that software rendering on the Mac. It sneeks up on you. I know it can switch you over while your program is running, but I don't know what causes it to happen other than resizing a window. You might want to query it about (...) (22 years ago, 21-May-04, to lugnet.cad.dev.mac)
|
| |
 | | Re: Mac Brick CAD and the Imerial Star Destroyer
|
|
(...) Just as a note, I found that Vertex Buffer Objects (VBOs) would crash my ATI card in Windows when used inside a display list. As far as I can tell, this isn't supposed to happen. Regular vertex arrays work fine inside a display list. General (...) (22 years ago, 21-May-04, to lugnet.cad.dev.mac)
|
| |
 | | Re: Mac Brick CAD and the Imerial Star Destroyer
|
|
(...) Travis Having done some experiments and research over the last couple of days, it seems that to get very fast drawing in OpenGL generally, vertex arrays are necessary. OpenGL has specific commands such as glBufferDataARB that will explicitly (...) (22 years ago, 20-May-04, to lugnet.cad.dev.mac)
|
| |
 | | Re: Mac Brick CAD and the Imerial Star Destroyer
|
|
(...) Ah, that explains my mysteriously low load time. I did the measurement on the 2nd try. So, I'd say anything drawing in the fps range is certainly getting some benefit from the opengl acceleration. Don (22 years ago, 18-May-04, to lugnet.cad.dev.mac)
|
| |
 | | Re: Mac Brick CAD and the Imerial Star Destroyer
|
|
(...) Well, for what it's worth, here are my numbers on a P4 2.4GHz, ATI 9700 Pro 128MB: Load: 3437 ms Draw: 1907 ms It's worth noting that if I load the file a second time, the load portion drops to 313 ms, so the only way to be sure that disk (...) (22 years ago, 18-May-04, to lugnet.cad.dev.mac)
|
| |
 | | Re: Mac Brick CAD and the Imerial Star Destroyer
|
|
(...) Maybe you're running into one of those weird oddities of the Apple opengl drivers. For example rendering to the GL_FRONT buffer really renders to a hidden back buffer. There are times where this setup causes you to use triple buffering, which (...) (22 years ago, 17-May-04, to lugnet.cad.dev.mac)
|