2016-02-15 04:00:26 +00:00
|
|
|
if(WIN32)
|
|
|
|
set(PLAT_SRCS CElementGenShadersHLSL.cpp)
|
|
|
|
elseif(APPLE)
|
|
|
|
set(PLAT_SRCS CElementGenShadersMetal.cpp)
|
|
|
|
endif()
|
|
|
|
|
2016-04-24 04:03:30 +00:00
|
|
|
set(PARTICLE_SOURCES
|
|
|
|
IElement.hpp
|
|
|
|
CGenDescription.hpp
|
|
|
|
CRealElement.hpp CRealElement.cpp
|
|
|
|
CIntElement.hpp CIntElement.cpp
|
|
|
|
CVectorElement.hpp CVectorElement.cpp
|
|
|
|
CModVectorElement.hpp CModVectorElement.cpp
|
|
|
|
CColorElement.hpp CColorElement.cpp
|
|
|
|
CUVElement.hpp CUVElement.cpp
|
|
|
|
CEmitterElement.hpp CEmitterElement.cpp
|
|
|
|
CParticleDataFactory.hpp CParticleDataFactory.cpp
|
|
|
|
CSwooshDescription.hpp CSwooshDescription.cpp
|
|
|
|
CElectricDescription.hpp CElectricDescription.cpp
|
|
|
|
CDecalDescription.hpp CDecalDescription.cpp
|
|
|
|
CWeaponDescription.hpp CWeaponDescription.cpp
|
|
|
|
CDecalDataFactory.hpp CDecalDataFactory.cpp
|
|
|
|
CElementGen.hpp CElementGen.cpp
|
|
|
|
CParticleSwooshDataFactory.hpp CParticleSwooshDataFactory.cpp
|
|
|
|
CParticleSwoosh.hpp CParticleSwoosh.cpp
|
|
|
|
CParticleElectricDataFactory.hpp CParticleElectricDataFactory.cpp
|
|
|
|
CParticleElectric.hpp CParticleElectric.cpp
|
|
|
|
CParticleGen.hpp CParticleGen.cpp
|
|
|
|
CProjectileWeaponDataFactory.hpp CProjectileWeaponDataFactory.cpp
|
2016-08-04 22:24:28 +00:00
|
|
|
CDecal.hpp CDecal.cpp
|
2016-04-24 04:03:30 +00:00
|
|
|
CDecalManager.hpp CDecalManager.cpp
|
|
|
|
CSpawnSystemKeyframeData.hpp CSpawnSystemKeyframeData.cpp
|
|
|
|
CWarp.hpp CWarp.cpp
|
|
|
|
CFlameWarp.hpp CFlameWarp.cpp
|
|
|
|
CParticleGlobals.hpp CParticleGlobals.cpp
|
|
|
|
CElementGenShaders.hpp
|
|
|
|
CElementGenShadersGLSL.cpp
|
|
|
|
${PLAT_SRCS})
|
|
|
|
|
|
|
|
runtime_add_list(Particle PARTICLE_SOURCES)
|