Update of /cvsroot/simspark/simspark/spark/kerosin
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv881
Modified Files:
Tag: projectx
kerosin.cpp
Log Message:
added materialexternal
Index: kerosin.cpp
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/kerosin/kerosin.cpp,v
retrieving revision 1.1.2.1.2.2
retrieving revision 1.1.2.1.2.3
diff -C2 -d -r1.1.2.1.2.2 -r1.1.2.1.2.3
*** kerosin.cpp 8 May 2007 03:37:13 -0000 1.1.2.1.2.2
--- kerosin.cpp 17 Jun 2007 11:02:26 -0000 1.1.2.1.2.3
***************
*** 51,54 ****
--- 51,55 ----
zg.GetCore()->RegisterClassObject(new CLASS(Material), "kerosin/");
zg.GetCore()->RegisterClassObject(new CLASS(Material2DTexture), "kerosin/");
+ zg.GetCore()->RegisterClassObject(new CLASS(MaterialExternal), "kerosin/");
zg.GetCore()->RegisterClassObject(new CLASS(MaterialSolid), "kerosin/");
zg.GetCore()->RegisterClassObject(new CLASS(MaterialExporter), "kerosin/");
|