mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 02:33:09 +02: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
|
// Plane.cpp
|
||||||
// hifi
|
// libraries/octree/src/
|
||||||
//
|
//
|
||||||
// Created by Brad Hefta-Gaub on 04/11/13.
|
// 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.
|
// 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"
|
#include "Plane.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue