Changed: #1469 Modified world_editor_classes.xml to add camera movement instructions

--HG--
branch : gsoc2012-fabien
hg/feature/gsoc2012-fabien
Fabien_HENON 13 years ago
parent e9ace5fde1
commit 128cf1c517

@ -260,7 +260,59 @@
<PRIMITIVE CLASS_NAME="camera_animation_tree" TYPE="node" AUTO_INIT="true" DELETABLE="true" NUMBERIZE="false">
<PARAMETER NAME="name" TYPE="string" VISIBLE="true"/>
<DYNAMIC_CHILD CLASS_NAME="camera_animation_tree"/>
<DYNAMIC_CHILD CLASS_NAME="camera_animation_static"/>
<DYNAMIC_CHILD CLASS_NAME="camera_animation_go_to"/>
<DYNAMIC_CHILD CLASS_NAME="camera_animation_follow_entity"/>
<DYNAMIC_CHILD CLASS_NAME="camera_animation_turn_around"/>
</PRIMITIVE>
<PRIMITIVE CLASS_NAME="camera_animation_static" TYPE="node" AUTO_INIT="true" DELETABLE="true" NUMBERIZE="false">
<PARAMETER NAME="name" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="start_position" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="time_to_start_position" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="start_look_at_position" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="time_to_start_look_at_position" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="end_look_at_position" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="text" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="duration" TYPE="string" VISIBLE="true"/>
</PRIMITIVE>
<PRIMITIVE CLASS_NAME="camera_animation_go_to" TYPE="node" AUTO_INIT="true" DELETABLE="true" NUMBERIZE="false">
<PARAMETER NAME="name" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="start_position" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="time_to_start_position" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="start_look_at_position" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="time_to_start_look_at_position" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="end_look_at_position" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="text" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="duration" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="end_position" TYPE="string" VISIBLE="true"/>
</PRIMITIVE>
<PRIMITIVE CLASS_NAME="camera_animation_follow_entity" TYPE="node" AUTO_INIT="true" DELETABLE="true" NUMBERIZE="false">
<PARAMETER NAME="name" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="start_position" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="time_to_start_position" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="start_look_at_position" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="time_to_start_look_at_position" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="end_look_at_position" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="text" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="duration" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="entity_to_follow" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="distance_to_entity" TYPE="string" VISIBLE="true"/>
</PRIMITIVE>
<PRIMITIVE CLASS_NAME="camera_animation_turn_around" TYPE="node" AUTO_INIT="true" DELETABLE="true" NUMBERIZE="false">
<PARAMETER NAME="name" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="start_position" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="time_to_start_position" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="start_look_at_position" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="time_to_start_look_at_position" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="end_look_at_position" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="text" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="duration" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="point_to_turn_around" TYPE="string" VISIBLE="true"/>
<PARAMETER NAME="distance_to_point" TYPE="string" VISIBLE="true"/>
</PRIMITIVE>
<PRIMITIVE CLASS_NAME="pre_requisite" TYPE="node" AUTO_INIT="true" DELETABLE="false" NUMBERIZE="false">

Loading…
Cancel
Save