mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
*** empty log message ***
This commit is contained in:
parent
2057c6b11c
commit
d55fe36555
21
panda/src/parametrics/nurbsCurve.h
Normal file
21
panda/src/parametrics/nurbsCurve.h
Normal file
@ -0,0 +1,21 @@
|
||||
// Filename: nurbsCurve.h
|
||||
// Created by: drose (01Mar01)
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef NURBSCURVE_H
|
||||
#define NURBSCURVE_H
|
||||
|
||||
// This header file includes either ClassicNurbsCurve or NurbsPPCurve;
|
||||
// whichever one is actually typedeffed as "NurbsCurve".
|
||||
|
||||
#include <pandabase.h>
|
||||
|
||||
#ifdef HAVE_NURBSPP
|
||||
#include "nurbsPPCurve.h"
|
||||
#else
|
||||
#include "classicNurbsCurve.h"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user