[12632] Revert previous commit (see Notes)

This commit is contained in:
billy1arm 2013-05-31 13:50:57 +01:00 committed by Antz
parent 1cd806c02e
commit ef445ea523
1462 changed files with 9689 additions and 7080 deletions

View file

@ -1,4 +1,4 @@
/**
/*
@file Image1.h
@maintainer Morgan McGuire, http://graphics.cs.williams.edu
@ -20,7 +20,7 @@ namespace G3D {
typedef ReferenceCountedPointer<class Image1> Image1Ref;
/**
/*
Luminance image with 32-bit floating point storage.
See also G3D::Image1uint8, G3D::GImage.