diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-tdw.spec | 84 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 68 insertions, 19 deletions
@@ -1,2 +1,3 @@ /tdw-1.11.16.0.tar.gz /tdw-1.11.18.0.tar.gz +/tdw-1.11.21.0.tar.gz diff --git a/python-tdw.spec b/python-tdw.spec index b59924d..0afcd3d 100644 --- a/python-tdw.spec +++ b/python-tdw.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-tdw -Version: 1.11.18.0 +Version: 1.11.21.0 Release: 1 Summary: 3D simulation environment License: BSD URL: https://github.com/threedworld-mit/tdw -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/38/ce/8cf70ac6e5e6a041a0c325cbdd54bcc111fa26176326ab28986ad6d7f697/tdw-1.11.18.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/6e/86/89d1b8662b04508677b95aad11eb103c6c0e153580765188c4a4a90ccc90/tdw-1.11.21.0.tar.gz BuildArch: noarch @@ -50,6 +50,7 @@ BuildArch: noarch 8. [Objects](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/core_concepts/objects.md) 9. [Output data](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/core_concepts/output_data.md) 10. [Images](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/core_concepts/images.md) +11. [Outdoor scenes](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/core_concepts/outdoor_scenes.md) ## Troubleshooting @@ -255,19 +256,23 @@ High-level API: [tdw_physics](https://github.com/alters-mit/tdw_physics) 1. [Drones](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/drone/drone.md) -### 11.5 Virtual Reality (VR) +### 11.5 Vehicles + +1. [Vehicles](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/vehicle/vehicle.md) + +### 11.6 Virtual Reality (VR) 1. [Overview](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/vr/overview.md) 2. [Oculus Touch rigs](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/vr/oculus_touch.md) -### 11.6 Keyboard and Mouse +### 11.7 Keyboard and Mouse 1. [Overview](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/keyboard_and_mouse/overview.md) 2. [Mouse input](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/keyboard_and_mouse/mouse.md) 3. [The `FirstPersonAvatar`](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/keyboard_and_mouse/first_person_avatar.md) 4. [Keyboard input](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/keyboard_and_mouse/keyboard.md) -### 11.7 Embodied avatars +### 11.8 Embodied avatars 1. [The `EmbodiedAvatar`](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/embodied_avatars/embodied_avatar.md) @@ -329,6 +334,7 @@ High-level API: [tdw_physics](https://github.com/alters-mit/tdw_physics) - [QuaternionUtils](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/quaternion_utils.md) - [RemoteBuildLauncher](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/remote_build_launcher.md) - [TDWUtils](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/tdw_utils.md) +- [TypeAliases](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/type_aliases.md) **tdw.add_ons** @@ -375,9 +381,14 @@ High-level API: [tdw_physics](https://github.com/alters-mit/tdw_physics) - [ThirdPersonCameraBase](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/add_ons/third_person_camera_base.md) - [TriggerCollisionManager](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/add_ons/trigger_collision_manager.md) - [UI](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/add_ons/ui.md) +- [Vehicle](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/add_ons/vehicle.md) - [VR](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/add_ons/vr.md) - [Writer](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/add_ons/writer.md) +**tdw.agent_data** + +- [AgentDynamic](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/agent_data/agent_dynamic.md) + **tdw.asset_bundle_creator** - [AnimationCreator](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/asset_bundle_creator/animation_creator.md) @@ -423,6 +434,7 @@ High-level API: [tdw_physics](https://github.com/alters-mit/tdw_physics) - [ModelLibrarian](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/librarian/model_librarian.md) - [RobotLibrarian](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/librarian/robot_librarian.md) - [SceneLibrarian](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/librarian/scene_librarian.md) +- [VehicleLibrarian](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/librarian/vehicle_librarian.md) - [VisualEffectLibrarian](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/librarian/visual_effect_librarian.md) **tdw.lisdf_data** @@ -599,6 +611,10 @@ High-level API: [tdw_physics](https://github.com/alters-mit/tdw_physics) - [Room](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/scene_data/room.md) - [SceneBounds](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/scene_data/scene_bounds.md) +**tdw.vehicle** + +- [VehicleDynamic](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/vehicle/vehicle_dynamic.md) + **tdw.vr_data** - [OculusTouchButton](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/vr_data/oculus_touch_button.md) @@ -657,6 +673,7 @@ BuildRequires: python3-pip 8. [Objects](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/core_concepts/objects.md) 9. [Output data](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/core_concepts/output_data.md) 10. [Images](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/core_concepts/images.md) +11. [Outdoor scenes](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/core_concepts/outdoor_scenes.md) ## Troubleshooting @@ -862,19 +879,23 @@ High-level API: [tdw_physics](https://github.com/alters-mit/tdw_physics) 1. [Drones](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/drone/drone.md) -### 11.5 Virtual Reality (VR) +### 11.5 Vehicles + +1. [Vehicles](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/vehicle/vehicle.md) + +### 11.6 Virtual Reality (VR) 1. [Overview](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/vr/overview.md) 2. [Oculus Touch rigs](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/vr/oculus_touch.md) -### 11.6 Keyboard and Mouse +### 11.7 Keyboard and Mouse 1. [Overview](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/keyboard_and_mouse/overview.md) 2. [Mouse input](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/keyboard_and_mouse/mouse.md) 3. [The `FirstPersonAvatar`](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/keyboard_and_mouse/first_person_avatar.md) 4. [Keyboard input](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/keyboard_and_mouse/keyboard.md) -### 11.7 Embodied avatars +### 11.8 Embodied avatars 1. [The `EmbodiedAvatar`](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/embodied_avatars/embodied_avatar.md) @@ -936,6 +957,7 @@ High-level API: [tdw_physics](https://github.com/alters-mit/tdw_physics) - [QuaternionUtils](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/quaternion_utils.md) - [RemoteBuildLauncher](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/remote_build_launcher.md) - [TDWUtils](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/tdw_utils.md) +- [TypeAliases](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/type_aliases.md) **tdw.add_ons** @@ -982,9 +1004,14 @@ High-level API: [tdw_physics](https://github.com/alters-mit/tdw_physics) - [ThirdPersonCameraBase](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/add_ons/third_person_camera_base.md) - [TriggerCollisionManager](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/add_ons/trigger_collision_manager.md) - [UI](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/add_ons/ui.md) +- [Vehicle](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/add_ons/vehicle.md) - [VR](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/add_ons/vr.md) - [Writer](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/add_ons/writer.md) +**tdw.agent_data** + +- [AgentDynamic](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/agent_data/agent_dynamic.md) + **tdw.asset_bundle_creator** - [AnimationCreator](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/asset_bundle_creator/animation_creator.md) @@ -1030,6 +1057,7 @@ High-level API: [tdw_physics](https://github.com/alters-mit/tdw_physics) - [ModelLibrarian](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/librarian/model_librarian.md) - [RobotLibrarian](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/librarian/robot_librarian.md) - [SceneLibrarian](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/librarian/scene_librarian.md) +- [VehicleLibrarian](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/librarian/vehicle_librarian.md) - [VisualEffectLibrarian](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/librarian/visual_effect_librarian.md) **tdw.lisdf_data** @@ -1206,6 +1234,10 @@ High-level API: [tdw_physics](https://github.com/alters-mit/tdw_physics) - [Room](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/scene_data/room.md) - [SceneBounds](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/scene_data/scene_bounds.md) +**tdw.vehicle** + +- [VehicleDynamic](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/vehicle/vehicle_dynamic.md) + **tdw.vr_data** - [OculusTouchButton](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/vr_data/oculus_touch_button.md) @@ -1261,6 +1293,7 @@ Provides: python3-tdw-doc 8. [Objects](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/core_concepts/objects.md) 9. [Output data](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/core_concepts/output_data.md) 10. [Images](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/core_concepts/images.md) +11. [Outdoor scenes](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/core_concepts/outdoor_scenes.md) ## Troubleshooting @@ -1466,19 +1499,23 @@ High-level API: [tdw_physics](https://github.com/alters-mit/tdw_physics) 1. [Drones](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/drone/drone.md) -### 11.5 Virtual Reality (VR) +### 11.5 Vehicles + +1. [Vehicles](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/vehicle/vehicle.md) + +### 11.6 Virtual Reality (VR) 1. [Overview](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/vr/overview.md) 2. [Oculus Touch rigs](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/vr/oculus_touch.md) -### 11.6 Keyboard and Mouse +### 11.7 Keyboard and Mouse 1. [Overview](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/keyboard_and_mouse/overview.md) 2. [Mouse input](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/keyboard_and_mouse/mouse.md) 3. [The `FirstPersonAvatar`](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/keyboard_and_mouse/first_person_avatar.md) 4. [Keyboard input](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/keyboard_and_mouse/keyboard.md) -### 11.7 Embodied avatars +### 11.8 Embodied avatars 1. [The `EmbodiedAvatar`](https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/embodied_avatars/embodied_avatar.md) @@ -1540,6 +1577,7 @@ High-level API: [tdw_physics](https://github.com/alters-mit/tdw_physics) - [QuaternionUtils](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/quaternion_utils.md) - [RemoteBuildLauncher](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/remote_build_launcher.md) - [TDWUtils](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/tdw_utils.md) +- [TypeAliases](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/type_aliases.md) **tdw.add_ons** @@ -1586,9 +1624,14 @@ High-level API: [tdw_physics](https://github.com/alters-mit/tdw_physics) - [ThirdPersonCameraBase](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/add_ons/third_person_camera_base.md) - [TriggerCollisionManager](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/add_ons/trigger_collision_manager.md) - [UI](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/add_ons/ui.md) +- [Vehicle](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/add_ons/vehicle.md) - [VR](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/add_ons/vr.md) - [Writer](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/add_ons/writer.md) +**tdw.agent_data** + +- [AgentDynamic](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/agent_data/agent_dynamic.md) + **tdw.asset_bundle_creator** - [AnimationCreator](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/asset_bundle_creator/animation_creator.md) @@ -1634,6 +1677,7 @@ High-level API: [tdw_physics](https://github.com/alters-mit/tdw_physics) - [ModelLibrarian](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/librarian/model_librarian.md) - [RobotLibrarian](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/librarian/robot_librarian.md) - [SceneLibrarian](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/librarian/scene_librarian.md) +- [VehicleLibrarian](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/librarian/vehicle_librarian.md) - [VisualEffectLibrarian](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/librarian/visual_effect_librarian.md) **tdw.lisdf_data** @@ -1810,6 +1854,10 @@ High-level API: [tdw_physics](https://github.com/alters-mit/tdw_physics) - [Room](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/scene_data/room.md) - [SceneBounds](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/scene_data/scene_bounds.md) +**tdw.vehicle** + +- [VehicleDynamic](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/vehicle/vehicle_dynamic.md) + **tdw.vr_data** - [OculusTouchButton](https://github.com/threedworld-mit/tdw/blob/master/Documentation/python/vr_data/oculus_touch_button.md) @@ -1822,7 +1870,7 @@ High-level API: [tdw_physics](https://github.com/alters-mit/tdw_physics) 4. [Command deserialization](https://github.com/threedworld-mit/tdw/blob/master/Documentation/benchmark/command_deserialization.md) %prep -%autosetup -n tdw-1.11.18.0 +%autosetup -n tdw-1.11.21.0 %build %py3_build @@ -1836,20 +1884,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -1862,5 +1910,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.11.18.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.11.21.0-1 - Package Spec generated @@ -1 +1 @@ -e8de6a047abcbaa8d978e4810038d2ea tdw-1.11.18.0.tar.gz +bb700bb2983419b8d34091b09fa87a4b tdw-1.11.21.0.tar.gz |
