mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-12-28 18:51:12 +00:00
parent
754d7869b8
commit
419741442d
@ -55,6 +55,10 @@
|
||||
// a particular purpose and non-infringement.
|
||||
//
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.14159265358979323846 // fix for OSX 10.8 (M_PI is in the Khronos standard...)
|
||||
#endif
|
||||
|
||||
struct Vertex
|
||||
{
|
||||
float v[NUM_VERTEX_ELEMENTS];
|
||||
|
Loading…
Reference in New Issue
Block a user