|
Unravel Engine C++ Reference
|
#include "particle_emitter_component.h"#include "engine/rendering/particles/ps/particle_system.h"#include "math/transform.hpp"#include <engine/ecs/components/transform_component.h>#include <logging/logging.h>#include <engine/rendering/material.h>Go to the source code of this file.
Namespaces | |
| namespace | math |
| namespace | unravel |
Functions | |
| template<> | |
| auto | math::gradient_lerp (const frange_t &start, const frange_t &end, float progress) -> frange_t |