mirror of
https://github.com/id-Software/Quake-Tools.git
synced 2026-03-20 00:49:35 +01:00
Source release of QuakeEd, the map editing application on NEXTSTEP for Quake.
This commit is contained in:
24
QuakeEd/Clipper.h
Normal file
24
QuakeEd/Clipper.h
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
extern id clipper_i;
|
||||
|
||||
@interface Clipper : Object
|
||||
{
|
||||
int num;
|
||||
vec3_t pos[3];
|
||||
plane_t plane;
|
||||
}
|
||||
|
||||
- (BOOL)hide;
|
||||
- XYClick: (NXPoint)pt;
|
||||
- (BOOL)XYDrag: (NXPoint *)pt;
|
||||
- ZClick: (NXPoint)pt;
|
||||
- carve;
|
||||
- flipNormal;
|
||||
- (BOOL)getFace: (face_t *)pl;
|
||||
|
||||
- cameraDrawSelf;
|
||||
- XYDrawSelf;
|
||||
- ZDrawSelf;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user