camera.RoomCamera
Generates a camera within a room.
Requires a generator.Room to have already been initialized.
Room Camera Parameters
"initial_pose"
: Defines the initial pose of the camera in the room. Can be one of the following:"center"
"corner"
"random"
"cam_type"
: Defines the type of camera to be used. Can be one of the following:"PERSP"
"ORTHO"
"PANO"
"room_name"
: List room names declared in thegenerator.Room
module. Defines the possible rooms in which the camera can be placed.
Last updated