mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix Plane header that was not caught
This commit is contained in:
parent
684c6b5372
commit
a65f8faea9
1 changed files with 6 additions and 2 deletions
|
@ -1,12 +1,16 @@
|
|||
//
|
||||
// Plane.cpp
|
||||
// hifi
|
||||
// libraries/octree/src/
|
||||
//
|
||||
// Created by Brad Hefta-Gaub on 04/11/13.
|
||||
// Originally from lighthouse3d. Modified to utilize glm::vec3 and clean up to our coding standards
|
||||
// Copyright 2013 High Fidelity, Inc.
|
||||
//
|
||||
// Originally from lighthouse3d. Modified to utilize glm::vec3 and clean up to our coding standards
|
||||
// Simple plane class.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#include "Plane.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue