Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: im killing delphi...

  1. #11

    im killing delphi...

    Why reinvent the wheel? My GLEngine is a fully working opengl window component. At least if you don't want to use it, you can see some points from source. It uses window component more abstract than TPanel for efficiency reasons.

    http://www.freewebs.com/loknar/

  2. #12

    im killing delphi...

    the components only for basic rendering (to show car models) and because there will be more then 1 per application i wanted to put it in a component.

    its nearly done, and your fix worked savage but the width and height arent working as expected. bassicly there both 0 until i change them on form creation

    OpenGLPanel1.Width := OpenGLPanel1.Width +1;
    OpenGLPanel1.Height := OpenGLPanel1.Height +1;

    and that makes them the expected size, also ive tryed setting the width and height on component creation and it stays that size until i change it on form creation again :?

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •