FogDensityComponent.cpp 327 B

123456789101112
  1. // Copyright (C) 2009-2021, Panagiotis Christopoulos Charitos and contributors.
  2. // All rights reserved.
  3. // Code licensed under the BSD License.
  4. // http://www.anki3d.org/LICENSE
  5. #include <AnKi/Scene/Components/FogDensityComponent.h>
  6. namespace anki {
  7. ANKI_SCENE_COMPONENT_STATICS(FogDensityComponent)
  8. } // end namespace anki