代码搜索:Particles
找到约 717 项符合「Particles」的源代码
代码结果 717
www.eeworm.com/read/4011/23140
exe particles.exe
www.eeworm.com/read/4011/23141
dsp particles.dsp
# Microsoft Developer Studio Project File - Name="Particles" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/4011/23142
h particles.h
#ifndef _PARTICLES_H_
#define _PARTICLES_H_
#include
#include "d3d9.h"
#include "d3dx9.h"
#include "Direct3D.h"
// Particle emitter types
#define EMITTER_CLOUD 0
#define
www.eeworm.com/read/4011/23162
cpp particles.cpp
#include "Particles.h"
inline DWORD FLOAT2DWORD(FLOAT f) { return *((DWORD*)&f); }
// Vertex shader declaration
D3DVERTEXELEMENT9 g_VSParticleDecl[] =
{
{ 0, 0, D3DDECLTYPE_FLOAT3, D3DDE
www.eeworm.com/read/4011/23164
h particles.h
#ifndef _PARTICLES_H_
#define _PARTICLES_H_
#include
#include "d3d9.h"
#include "d3dx9.h"
#include "Direct3D.h"
// Particle emitter types
#define EMITTER_CLOUD 0
#define
www.eeworm.com/read/271043/4230638
dsw particles.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/363401/2918737
java particles.java
/*******************************************************************************
**
** Class: Particles (Particles.java)
**
** The "Entity" class encapsulates all the data and functionality as
www.eeworm.com/read/269167/11107587
cpp particles.cpp
#include "Particles.h"
// 构造函数
CParticleSystem::CParticleSystem(int maxParticles, CVector origin)
{
m_maxParticles = maxParticles;
m_origin = origin;
m_particleList = NULL;
}
// 生成新粒子
www.eeworm.com/read/269167/11107613
h particles.h
#ifndef __PARTICLES_H_INCLUDED__
#define __PARTICLES_H_INCLUDED__
#include
#include
#include
#include
#include "vector.h"
class CParticleSystem