Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: Suitable objects as models

  1. #1
    Junior Member Newbie
    Join Date
    Aug 2000
    Posts
    1

    Suitable objects as models

    What objects / shapes are suitable as 3D models and what are the factors to be considered?

    KCC

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    May 2000
    Location
    Oxford, England
    Posts
    547

    Re: Suitable objects as models

    A List of What Not To Use

    *Dont use convex polygons

    *Imagine a quad, (think of a piece of paper lying flat on a table) if you move one of the verticies up slightly, it will no longer be a quad but two triangles. This is known as having a non-planar polygon and can cause a few problems with lighting.

    If you want to make things easier, just use triangles and non of this will be of any trouble.

    being able to draw triangle fans, or strips will also be quicker.

    Other than that, there isn't really anything to woryy about when modelling other than the number of polygons

Posting Permissions

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