mirror of
https://github.com/aap/librw.git
synced 2026-04-19 13:03:09 +01:00
starting work on ps2 driver
This commit is contained in:
3
src/rwobjects.h
Normal file → Executable file
3
src/rwobjects.h
Normal file → Executable file
@@ -624,6 +624,9 @@ struct Camera
|
||||
void showRaster(void);
|
||||
void setNearPlane(float32);
|
||||
void setFarPlane(float32);
|
||||
void setViewWindow(const V2d *window);
|
||||
void setViewOffset(const V2d *offset);
|
||||
void setProjection(int32 proj);
|
||||
int32 frustumTestSphere(Sphere *s);
|
||||
static Camera *streamRead(Stream *stream);
|
||||
bool streamWrite(Stream *stream);
|
||||
|
||||
Reference in New Issue
Block a user