16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 17:09:19 +02:00

scenery model smoke source binding, smoke dispersion tweaks, wind simulation tweak

This commit is contained in:
tmj-fstate
2019-08-08 00:48:11 +02:00
parent 69130d54a0
commit c951b1b955
4 changed files with 46 additions and 53 deletions

View File

@@ -81,6 +81,8 @@ public:
initialize();
void
bind( TDynamicObject const *Vehicle );
void
bind( TAnimModel const *Node );
// updates state of owned particles
void
update( double const Timedelta, bool const Onlydespawn );
@@ -171,6 +173,8 @@ public:
insert( std::string const &Sourcetemplate, glm::dvec3 const Location );
bool
insert( std::string const &Sourcetemplate, TDynamicObject const *Vehicle, glm::dvec3 const Location );
bool
insert( std::string const &Sourcetemplate, TAnimModel const *Node, glm::dvec3 const Location );
// updates state of all owned emitters
void
update();