Source: raytracer/examples.h
|
|
|
|
/* *************************************************************************
examples.h - description
-------------------
begin : Wed Oct 23 2002
copyright : (C) 2002 by Micha Riser
email : mriser@gmx.net
************************************************************************* */
/* *************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
************************************************************************* */
#include "pigment3d.h"
Pigment3D* setUpScene_Isosurface();
Pigment3D* setUpScene_Menger();
Pigment3D* setUpScene_MediaMenger();
Pigment3D* setUpScene_MediaRoom();
Pigment3D* setUpScene_RecCamera();
Pigment3D* setUpScene_BlendCamera();
| Generated by: micha@laptop on Thu Oct 24 20:25:24 2002, using kdoc 2.0a53. |