Well I'm basically looking for a 3D library that has<br><br>Model loading (Blender does a good job of exporting almost anything, so long as the library does not have its own format I should be good)<br>Texturing (Cannot get this to work with GLScene)<br>

Real time model transforming (For simple animated waves + models)<br>Lighting effects (Shadows, colored lights)<br>Particles<br>OpenGL for hardware acceleration<br>Demo programs, because I cannot learn anything without exploring first.<br>

<br>I just cannot find many resources regarding cross platform 3D graphics with FPC; Only thing I found was GLScene and it was a big let down.. The cast II engine looked good but it does not yet support openGL so no cross platform compatibility is really there yet.<br>

<br>Also I'm unsure of whether or not dropping an openGL component on the form would have solved my problems (I imagine it might have, but I forgot Lazarus had one), but the wiki article I read on ld -l seemed to imply that installing various (development) libraries was necessary, and after poking around the internet to find out which libraries I should install I got the error messages to go away.<br>

<br>I'm not one of those people who needs a visible component, so long as the library contains demo apps & compiles easily and happily I should be good.<br><br><div class="gmail_quote">On Tue, Sep 8, 2009 at 3:48 PM, Reimar Grabowski <span dir="ltr"><<a href="mailto:reimgrab@web.de">reimgrab@web.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Mon, 7 Sep 2009 10:01:03 -0400<br>
<div class="im">matt shaffer <<a href="mailto:dazappa.matt@gmail.com">dazappa.matt@gmail.com</a>> wrote:<br>
<br>
</div><div class="im">> On a somewhat related note, I'm done trying to develop anything interesting<br>
> on Linux. After installing ~10 extra random dependencies to build OGL apps,<br>
> everything's still being a pain. There's basically no libraries to make<br>
> things 3D, so I was trying out GLScene.<br>
</div>I don't know anything about GLScene, but I am doing 3D stuff on Linux for years and don't have any problems. I don't know what your random packages are but I only need Lazarus and a working 3D driver and that's it.<br>


Lazarus comes with a cross platform OpenGL component in $LazarusDir/components/opengl. Drop it on a form and you are good to go.<br>
If you tell me what you are trying to achieve I may be able to assist.<br>
<br>
R.<br>
<font color="#888888">--<br>
A: Because it messes up the order in which people normally read text.<br>
Q: Why is top-posting such a bad thing?<br>
A: Top-posting.<br>
Q: What is the most annoying thing in e-mail?<br>
</font><div><div></div><div class="h5"><br>
--<br>
_______________________________________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
</div></div></blockquote></div><br>