Changeset 395 for trunk/src/gfx
- Timestamp:
- 06/11/15 21:40:00 (10 years ago)
- Location:
- trunk/src/gfx
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gfx/debug_draw.cc
r346 r395 1 // Copyright (C) 2014 ChaosForge Ltd1 // Copyright (C) 2014-2015 ChaosForge Ltd 2 2 // http://chaosforge.org/ 3 3 // 4 // This file is part of N V Libraries.5 // For conditions of distribution and use, see copy right notice in nv.hh4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 6 6 7 7 #include "nv/gfx/debug_draw.hh" -
trunk/src/gfx/image.cc
r383 r395 1 // Copyright (C) 2011-2014 ChaosForge Ltd 2 // This file is part of NV Libraries. 3 // For conditions of distribution and use, see copyright notice in nv.hh 1 // Copyright (C) 2011-2015 ChaosForge Ltd 2 // http://chaosforge.org/ 3 // 4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 4 6 5 7 #include "nv/gfx/image.hh" -
trunk/src/gfx/keyframed_mesh.cc
r376 r395 1 // Copyright (C) 2011-2014 ChaosForge Ltd 2 // This file is part of NV Libraries. 3 // For conditions of distribution and use, see copyright notice in nv.hh 1 // Copyright (C) 2011-2015 ChaosForge Ltd 2 // http://chaosforge.org/ 3 // 4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 4 6 5 7 #include "nv/gfx/keyframed_mesh.hh" -
trunk/src/gfx/mesh_creator.cc
r383 r395 1 // Copyright (C) 2012-201 4ChaosForge Ltd1 // Copyright (C) 2012-2015 ChaosForge Ltd 2 2 // http://chaosforge.org/ 3 3 // 4 // This file is part of N V Libraries.5 // For conditions of distribution and use, see copy right notice in nv.hh4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 6 6 7 7 #include "nv/gfx/mesh_creator.hh" -
trunk/src/gfx/skeletal_mesh.cc
r392 r395 1 // Copyright (C) 2011-2014 ChaosForge Ltd 2 // This file is part of NV Libraries. 3 // For conditions of distribution and use, see copyright notice in nv.hh 1 // Copyright (C) 2011-2015 ChaosForge Ltd 2 // http://chaosforge.org/ 3 // 4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 4 6 5 7 #include "nv/gfx/skeletal_mesh.hh" -
trunk/src/gfx/texture_atlas.cc
r376 r395 1 // Copyright (C) 2012-201 4ChaosForge Ltd1 // Copyright (C) 2012-2015 ChaosForge Ltd 2 2 // http://chaosforge.org/ 3 3 // 4 // This file is part of N V Libraries.5 // For conditions of distribution and use, see copy right notice in nv.hh4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 6 6 7 7 #include "nv/gfx/texture_atlas.hh" -
trunk/src/gfx/texture_font.cc
r380 r395 1 // Copyright (C) 2012-201 4ChaosForge Ltd1 // Copyright (C) 2012-2015 ChaosForge Ltd 2 2 // http://chaosforge.org/ 3 3 // 4 // This file is part of NV Libraries. 5 // For conditions of distribution and use, see copyright notice in nv.hh 4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 6 6 7 #include "nv/gfx/texture_font.hh" 7 8
Note: See TracChangeset
for help on using the changeset viewer.