Changeset 319 for trunk/src/gfx
- Timestamp:
- 08/21/14 04:02:01 (11 years ago)
- Location:
- trunk/src/gfx
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gfx/debug_draw.cc
r313 r319 1 // Copyright (C) 2014 ChaosForge / Kornel Kisielewicz1 // Copyright (C) 2014 ChaosForge Ltd 2 2 // http://chaosforge.org/ 3 3 // -
trunk/src/gfx/image.cc
r228 r319 1 // Copyright (C) 2011 Kornel Kisielewicz1 // Copyright (C) 2011-2014 ChaosForge Ltd 2 2 // This file is part of NV Libraries. 3 3 // For conditions of distribution and use, see copyright notice in nv.hh -
trunk/src/gfx/keyframed_mesh.cc
r314 r319 1 // Copyright (C) 2011 Kornel Kisielewicz1 // Copyright (C) 2011-2014 ChaosForge Ltd 2 2 // This file is part of NV Libraries. 3 3 // For conditions of distribution and use, see copyright notice in nv.hh … … 11 11 12 12 13 #include "nv/ logging.hh"13 #include "nv/core/logging.hh" 14 14 15 15 using namespace nv; -
trunk/src/gfx/particle_engine.cc
r313 r319 1 // Copyright (C) 2014 ChaosForge Ltd 2 // This file is part of NV Libraries. 3 // For conditions of distribution and use, see copyright notice in nv.hh 4 1 5 #include "nv/gfx/particle_engine.hh" 2 6 3 7 #include <nv/interface/device.hh> 4 #include <nv/ random.hh>8 #include <nv/core/random.hh> 5 9 #include <nv/lua/lua_glm.hh> 6 #include <nv/ logging.hh>10 #include <nv/core/logging.hh> 7 11 #include <cmath> 8 12 -
trunk/src/gfx/skeletal_mesh.cc
r313 r319 1 // Copyright (C) 2011 Kornel Kisielewicz1 // Copyright (C) 2011-2014 ChaosForge Ltd 2 2 // This file is part of NV Libraries. 3 3 // For conditions of distribution and use, see copyright notice in nv.hh -
trunk/src/gfx/texture_atlas.cc
r198 r319 1 // Copyright (C) 2012-201 3 ChaosForge / Kornel Kisielewicz1 // Copyright (C) 2012-2014 ChaosForge Ltd 2 2 // http://chaosforge.org/ 3 3 // … … 7 7 #include "nv/gfx/texture_atlas.hh" 8 8 9 #include "nv/ logging.hh"9 #include "nv/core/logging.hh" 10 10 #include <iostream> 11 11 -
trunk/src/gfx/texture_font.cc
r256 r319 1 // Copyright (C) 2012-201 3 ChaosForge / Kornel Kisielewicz1 // Copyright (C) 2012-2014 ChaosForge Ltd 2 2 // http://chaosforge.org/ 3 3 //
Note: See TracChangeset
for help on using the changeset viewer.