overte/interface/src/world.h
2013-10-08 22:21:55 -07:00

18 lines
319 B
C

//
// world.h
// interface
//
// Created by Philip Rosedale on 8/23/12.
// Copyright (c) 2012 High Fidelity, Inc. All rights reserved.
//
#ifndef __interface__world__
#define __interface__world__
#define PIf 3.14159265f
const float GRAVITY_EARTH = 9.80665f;
const float EDGE_SIZE_GROUND_PLANE = 20.f;
#endif