Results 1 to 3 of 3

Thread: 4 Port 3D Viewer

  1. #1

    4 Port 3D Viewer

    This more complex example is included with the Oxygen compiler above (TBO2H.zip)

    Example 030.tbasic
    Attached Images Attached Images

  2. #2
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732

    Re: 4 Port 3D Viewer

    Very nice example,

    to make resizing smoother, without white flashes, it is possible to use following:
    [code=thinbasic]

    '--------
    case %WM_ERASEBKGND
    '========
    function = 1

    [/code]

    ... in WndProc.


    Petr

    P.S. I know you know
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

  3. #3

    Re: 4 Port 3D Viewer


    Thanks Petr, I'll drop that in.

    I wonder if there is a way of dealing with the strobe effect when you stretch the window.

Similar Threads

  1. MathArt: Port of code by Stan Blank
    By Petr Schreiber in forum TBGL General
    Replies: 16
    Last Post: 25-02-2010, 16:01

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

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