11 lines
329 B
C
11 lines
329 B
C
#ifndef CAMSET_H
|
|
#define CAMSET_H
|
|
|
|
//#include "ri.h"
|
|
|
|
void PlaceCamera(RtPoint position, RtPoint direction, float roll);
|
|
void AimZ(RtPoint direction);
|
|
void FrameCamera(float focallength, float framewidth, float frameheight);
|
|
void FrameCamera2(float focallength, float framewidth, float frameheight);
|
|
|
|
#endif // CAMSET_H
|