*** empty log message ***

This commit is contained in:
Darren Ranalli 2000-10-11 22:32:53 +00:00
parent e7f97dbcbd
commit e0aef3de3e
27 changed files with 61 additions and 62 deletions

View File

@ -1,4 +1,4 @@
// Filename: baseParticle.C // Filename: baseParticle.cxx
// Created by: charles (14Jun00) // Created by: charles (14Jun00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
// Filename: baseParticleEmitter.C // Filename: baseParticleEmitter.cxx
// Created by: charles (14Jun00) // Created by: charles (14Jun00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
// Filename: baseParticleFactory.C // Filename: baseParticleFactory.cxx
// Created by: charles (05Jul00) // Created by: charles (05Jul00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
// Filename: baseParticleRenderer.C // Filename: baseParticleRenderer.cxx
// Created by: charles (20Jun00) // Created by: charles (20Jun00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
// Filename: boxEmitter.C // Filename: boxEmitter.cxx
// Created by: charles (22Jun00) // Created by: charles (22Jun00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
// Filename: config_particlesystem.C // Filename: config_particlesystem.cxx
// Created by: charles (05Jul00) // Created by: charles (05Jul00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
@ -6,7 +6,6 @@
#include "config_particlesystem.h" #include "config_particlesystem.h"
#include "particleSystem.h" #include "particleSystem.h"
#include "geomParticleRenderer.h" #include "geomParticleRenderer.h"
#include <config.h>
ConfigureDef(config_particlesystem); ConfigureDef(config_particlesystem);
NotifyCategoryDef(particlesystem, ""); NotifyCategoryDef(particlesystem, "");

View File

@ -8,7 +8,7 @@
#include <pandabase.h> #include <pandabase.h>
#include <notifyCategoryProxy.h> #include <notifyCategoryProxy.h>
#include <config.h> #include <dconfig.h>
ConfigureDecl(config_particlesystem, EXPCL_PANDAPHYSICS, EXPTP_PANDAPHYSICS); ConfigureDecl(config_particlesystem, EXPCL_PANDAPHYSICS, EXPTP_PANDAPHYSICS);
NotifyCategoryDecl(particlesystem, EXPCL_PANDAPHYSICS, EXPTP_PANDAPHYSICS); NotifyCategoryDecl(particlesystem, EXPCL_PANDAPHYSICS, EXPTP_PANDAPHYSICS);

View File

@ -1,4 +1,4 @@
// Filename: discEmitter.C // Filename: discEmitter.cxx
// Created by: charles (22Jun00) // Created by: charles (22Jun00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
// Filename: geomParticleRenderer.C // Filename: geomParticleRenderer.cxx
// Created by: charles (05Jul00) // Created by: charles (05Jul00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
// Filename: lineEmitter.C // Filename: lineEmitter.cxx
// Created by: charles (22Jun00) // Created by: charles (22Jun00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
// Filename: orientedParticle.C // Filename: orientedParticle.cxx
// Created by: charles (19Jun00) // Created by: charles (19Jun00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
// Filename: orientedParticleFactory.C // Filename: orientedParticleFactory.cxx
// Created by: charles (05Jul00) // Created by: charles (05Jul00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
// Filename: particleSystem.C // Filename: particleSystem.cxx
// Created by: charles (14Jun00) // Created by: charles (14Jun00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
// Filename: particleSystemManager.C // Filename: particleSystemManager.cxx
// Created by: charles (28Jun00) // Created by: charles (28Jun00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
// Filename: pointEmitter.C // Filename: pointEmitter.cxx
// Created by: charles (22Jun00) // Created by: charles (22Jun00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
// Filename: pointParticle.C // Filename: pointParticle.cxx
// Created by: charles (19Jun00) // Created by: charles (19Jun00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
// Filename: pointParticleFactory.C // Filename: pointParticleFactory.cxx
// Created by: charles (05Jul00) // Created by: charles (05Jul00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
// Filename: pointParticleRenderer.C // Filename: pointParticleRenderer.cxx
// Created by: charles (20Jun00) // Created by: charles (20Jun00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
// Filename: rectangleEmitter.C // Filename: rectangleEmitter.cxx
// Created by: charles (22Jun00) // Created by: charles (22Jun00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
// Filename: ringEmitter.C // Filename: ringEmitter.cxx
// Created by: charles (22Jun00) // Created by: charles (22Jun00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
// Filename: sparkleParticleRenderer.C // Filename: sparkleParticleRenderer.cxx
// Created by: charles (27Jun00) // Created by: charles (27Jun00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
// Filename: sphereSurfaceEmitter.C // Filename: sphereSurfaceEmitter.cxx
// Created by: charles (22Jun00) // Created by: charles (22Jun00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
// Filename: sphereVolumeEmitter.C // Filename: sphereVolumeEmitter.cxx
// Created by: charles (22Jun00) // Created by: charles (22Jun00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
// Filename: spriteParticleRenderer.C // Filename: spriteParticleRenderer.cxx
// Created by: charles (13Jul00) // Created by: charles (13Jul00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
// Filename: tangentRingEmitter.C // Filename: tangentRingEmitter.cxx
// Created by: charles (25Jul00) // Created by: charles (25Jul00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
// Filename: zSpinParticle.C // Filename: zSpinParticle.cxx
// Created by: charles (16Aug00) // Created by: charles (16Aug00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
// Filename: zSpinParticleFactory.C // Filename: zSpinParticleFactory.cxx
// Created by: charles (16Aug00) // Created by: charles (16Aug00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////