Changeset 319 for trunk/src/gfx


Ignore:
Timestamp:
08/21/14 04:02:01 (11 years ago)
Author:
epyon
Message:
  • created core module and moved all free source files there
  • took the opportunity to update all copyright lines and minor cleanup
  • minor fixes
  • not all examples are up to date
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 Kisielewicz
     1// Copyright (C) 2014 ChaosForge Ltd
    22// http://chaosforge.org/
    33//
  • trunk/src/gfx/image.cc

    r228 r319  
    1 // Copyright (C) 2011 Kornel Kisielewicz
     1// Copyright (C) 2011-2014 ChaosForge Ltd
    22// This file is part of NV Libraries.
    33// 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 Kisielewicz
     1// Copyright (C) 2011-2014 ChaosForge Ltd
    22// This file is part of NV Libraries.
    33// For conditions of distribution and use, see copyright notice in nv.hh
     
    1111
    1212
    13 #include "nv/logging.hh"
     13#include "nv/core/logging.hh"
    1414
    1515using 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
    15#include "nv/gfx/particle_engine.hh"
    26
    37#include <nv/interface/device.hh>
    4 #include <nv/random.hh>
     8#include <nv/core/random.hh>
    59#include <nv/lua/lua_glm.hh>
    6 #include <nv/logging.hh>
     10#include <nv/core/logging.hh>
    711#include <cmath>
    812
  • trunk/src/gfx/skeletal_mesh.cc

    r313 r319  
    1 // Copyright (C) 2011 Kornel Kisielewicz
     1// Copyright (C) 2011-2014 ChaosForge Ltd
    22// This file is part of NV Libraries.
    33// For conditions of distribution and use, see copyright notice in nv.hh
  • trunk/src/gfx/texture_atlas.cc

    r198 r319  
    1 // Copyright (C) 2012-2013 ChaosForge / Kornel Kisielewicz
     1// Copyright (C) 2012-2014 ChaosForge Ltd
    22// http://chaosforge.org/
    33//
     
    77#include "nv/gfx/texture_atlas.hh"
    88
    9 #include "nv/logging.hh"
     9#include "nv/core/logging.hh"
    1010#include <iostream>
    1111
  • trunk/src/gfx/texture_font.cc

    r256 r319  
    1 // Copyright (C) 2012-2013 ChaosForge / Kornel Kisielewicz
     1// Copyright (C) 2012-2014 ChaosForge Ltd
    22// http://chaosforge.org/
    33//
Note: See TracChangeset for help on using the changeset viewer.