Go to the documentation of this file.
24#ifndef _SBS_REVOLVINGDOOR_H
25#define _SBS_REVOLVINGDOOR_H
41 RevolvingDoor(
Object *parent,
DynamicMesh *wrapper,
const std::string &name,
bool run,
const std::string &soundfile,
const std::string &texture,
Real thickness,
bool clockwise,
int segments,
Real speed,
Real rotation,
Real CenterX,
Real CenterZ,
Real width,
Real height,
Real voffset,
Real tw,
Real th);
43 void Enabled(
bool value);
47 void OnClick(
Vector3 &position,
bool shift,
bool ctrl,
bool alt,
bool right);
49 void Report(
const std::string &message);
50 bool ReportError(
const std::string &message);