You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(126) |
Oct
(129) |
Nov
(28) |
Dec
(3) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(129) |
Feb
(202) |
Mar
(278) |
Apr
(492) |
May
(199) |
Jun
(157) |
Jul
(74) |
Aug
(10) |
Sep
(98) |
Oct
(165) |
Nov
(132) |
Dec
(37) |
| 2003 |
Jan
(86) |
Feb
(107) |
Mar
(14) |
Apr
(33) |
May
(47) |
Jun
(16) |
Jul
|
Aug
(17) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2004 |
Jan
|
Feb
(6) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2005 |
Jan
(18) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Kevin A. M. <sub...@us...> - 2001-09-12 22:45:41
|
subatomic 2001/09/12 15:45:41 PDT
Added files:
. extend.h
Log:
added matrix * vector xform functions.
|
|
From: Josh B. <bro...@us...> - 2001-09-12 07:58:04
|
browner10 2001/09/12 00:58:03 PDT
Modified files:
. README
Log:
added esc and ^C to list of user commands for exiting purposes.
Revision Changes Path
1.4 +1 -0 tank/README
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/README.diff?r1=1.3&r2=1.4
|
|
From: Kevin A. M. <sub...@us...> - 2001-09-11 22:09:49
|
subatomic 2001/09/11 15:09:48 PDT
Added files:
. GState.h GeoSet.h
Log:
a first pass at capturing a geometry/mesh data abstraction, and one for
storing graphics state info (just tex and material so far).
these two will (or could be) used to load a model file into... (yes i'm
planning to load .obj files soon...)
we should definately discuss design and optimization of this code before
we invest too much time in it.
|