代码搜索:Particle

找到约 1,974 项符合「Particle」的源代码

代码结果 1,974
www.eeworm.com/read/377435/9276348

cpp particle.cpp

// Particle.cpp: implementation of the CParticle class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "MyFire2.h" #include "Particle.h"
www.eeworm.com/read/377435/9276363

h particle.h

// Particle.h: interface for the CParticle class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_PARTICLE_H__6EB60624_CB94_485C_8F64_CCD3E2455B16__INCL
www.eeworm.com/read/372840/9491398

png particle.png

www.eeworm.com/read/168569/9907457

cpp particle.cpp

#include "particle.h" #include "util.h" #define MAX_PARTICLES 10000 Vec4D fromARGB(uint32 color) { const float a = ((color & 0xFF000000) >> 24) / 255.0f; const float r = ((color & 0x00FF00
www.eeworm.com/read/168569/9907467

h particle.h

#ifndef PARTICLE_H #define PARTICLE_H class ParticleSystem; class RibbonEmitter; #include "model.h" #include "animated.h" #include struct Particle { Vec3D pos, speed, down, ori
www.eeworm.com/read/357853/10200043

cpp particle.cpp

// Particle.cpp: implementation of the CParticle class. // ////////////////////////////////////////////////////////////////////// #include "Particle.h" ////////////////////////////////////////
www.eeworm.com/read/357853/10200047

h particle.h

// Particle.h: interface for the CParticle class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_PARTICLE_H__989DB134_57A0_4DD5_8A75_4282AB7FA286__INCL
www.eeworm.com/read/349364/10833373

h particle.h

/************************************************************************* "I Have No Tomatoes" Copyright (c) 2004, Mika Halttunen This software is p
www.eeworm.com/read/349364/10833500

cpp particle.cpp

/************************************************************************* "I Have No Tomatoes" Copyright (c) 2004, Mika Halttunen This software is p
www.eeworm.com/read/417751/10976638

cpp particle.cpp

//-------------------------------------------------- // Desc: Timer // Author: //-------------------------------------------------- #include "../stdafx.h" #include "Particle.h" #include "IniF