2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 05:07:43 +00:00

Implement line renderer (OpenGL only for now)

This commit is contained in:
Jack Andersen
2016-02-17 16:42:32 -10:00
parent cfee7b61bb
commit 365f6ac9e7
21 changed files with 779 additions and 83 deletions

View File

@@ -10,7 +10,7 @@
namespace pshag
{
static LogVisor::LogModule Log("Retro::CProjectileWeaponDataFactory");
static LogVisor::LogModule Log("pshag::CProjectileWeaponDataFactory");
using CPF = CParticleDataFactory;