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: 3d engine ??

  1. #1
    Guest

    3d engine ??

    as you probably see, i'm a newbie in opengl and c++. What is exactly a 3D engine ??????
    Is it only a "simple basic opengl window" where we add class and functions like bumpmapping, antialiasing, rotation, scale, and so on ?

    Thx for help !!

  2. #2
    Senior Member OpenGL Guru
    Join Date
    Feb 2000
    Location
    Sweden
    Posts
    3,115

    Re: 3d engine ??

    An engine is a highlevel interface working ontop of another API, like OpenGL or Direct3D, or maybe both, but below the actual gamecode. The engine deals with most stuff concerning level data, rendering, creating window(s), handling sound, and stuff like that.

    An engine is not a standalone program, more like a set of helperfunctions.

Posting Permissions

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