blob: 558551b64964e131f20295bb57577e9a28dc9e62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="camera_floater">
<floater.string name="rotate_tooltip">
Faire tourner la caméra autour du point central
</floater.string>
<floater.string name="zoom_tooltip">
Zoomer en direction du point central
</floater.string>
<floater.string name="move_tooltip">
Déplacer la caméra vers le haut et le bas, la gauche et la droite
</floater.string>
<floater.string name="orbit_mode_title">
Faire tourner
</floater.string>
<floater.string name="pan_mode_title">
Faire un panoramique
</floater.string>
<floater.string name="avatar_view_mode_title">
Préréglages
</floater.string>
<floater.string name="free_mode_title">
Voir l'objet
</floater.string>
<panel name="controls">
<joystick_track name="cam_track_stick" tool_tip="Déplacer la caméra vers le haut et le bas, la gauche et la droite"/>
<panel name="zoom" tool_tip="Zoomer en direction du point central">
<slider_bar name="zoom_slider" tool_tip="Zoomer en direction du point central"/>
</panel>
<joystick_rotate name="cam_rotate_stick" tool_tip="Faire tourner la caméra autour du point central"/>
<panel name="camera_presets">
<button name="rear_view" tool_tip="Vue arrière"/>
<button name="group_view" tool_tip="Vue Groupe"/>
<button name="front_view" tool_tip="Vue frontale"/>
<button name="mouselook_view" tool_tip="Vue subjective"/>
</panel>
</panel>
<panel name="buttons">
<button label="" name="orbit_btn" tool_tip="Faire tourner la caméra"/>
<button label="" name="pan_btn" tool_tip="Faire un panoramique"/>
<button label="" name="avatarview_btn" tool_tip="Préréglages"/>
<button label="" name="freecamera_btn" tool_tip="Voir l'objet"/>
</panel>
</floater>
|