diff options
author | oliver <oliver@FreeBSD.org> | 2005-10-03 18:33:01 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-10-03 18:33:01 +0000 |
commit | 629a3ebaebba3beb3ab5866c39535231dd36a9d5 (patch) | |
tree | 4cea3cb070510c97ea52219a33e171cc8a9fc19a /graphics/Makefile | |
parent | 59a171f659c9f4e563bf3048f1d918af5020aca3 (diff) | |
download | FreeBSD-ports-629a3ebaebba3beb3ab5866c39535231dd36a9d5.zip FreeBSD-ports-629a3ebaebba3beb3ab5866c39535231dd36a9d5.tar.gz |
OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible
3D engine written in C++ designed to make it easier and more intuitive for
developers to produce games and demos utilising 3D hardware.
WWW: http://www.cegui.org.uk/
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 02142cf..245d44e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -361,6 +361,7 @@ SUBDIR += ocaml-lablgl SUBDIR += ocrad SUBDIR += oglext + SUBDIR += ogre3d SUBDIR += openclipart SUBDIR += opendis SUBDIR += opendx |