66 "physics_dynamic_mass",
67 "physics_dynamic_bounciness",
68 "physics_dynamic_friction",
69 "physics_dynamic_inertiatensor_x",
70 "physics_dynamic_inertiatensor_y",
71 "physics_dynamic_inertiatensor_z",
75 "boundingvolume_sphere_x",
76 "boundingvolume_sphere_y",
77 "boundingvolume_sphere_z",
78 "boundingvolume_sphere_radius"
82 "boundingvolume_capsule_a_x",
83 "boundingvolume_capsule_a_y",
84 "boundingvolume_capsule_a_z",
85 "boundingvolume_capsule_b_x",
86 "boundingvolume_capsule_b_y",
87 "boundingvolume_capsule_b_z",
88 "boundingvolume_capsule_radius",
92 "boundingvolume_obb_x",
93 "boundingvolume_obb_y",
94 "boundingvolume_obb_z",
95 "boundingvolume_obb_rotation_x",
96 "boundingvolume_obb_rotation_y",
97 "boundingvolume_obb_rotation_z",
98 "boundingvolume_obb_width",
99 "boundingvolume_obb_height",
100 "boundingvolume_obb_depth"
152 void showErrorPopUp(
const string& caption,
const string& message);
GUI parent node base class thats supporting child nodes.
GUI screen node that represents a screen that can be rendered via GUI system.