Sfoglia il codice sorgente

Move vertex animation files to performance

Closes #4123
Nathan Lovato 4 anni fa
parent
commit
0e0c3f4382

+ 1 - 1
classes/class_multimesh.rst

@@ -27,7 +27,7 @@ Since instances may have any behavior, the AABB used for visibility must be prov
 Tutorials
 ---------
 
-- :doc:`../tutorials/3d/vertex_animation/animating_thousands_of_fish`
+- :doc:`../tutorials/performance/vertex_animation/animating_thousands_of_fish`
 
 - :doc:`../tutorials/performance/using_multimesh`
 

+ 1 - 1
classes/class_multimeshinstance.rst

@@ -23,7 +23,7 @@ This is useful to optimize the rendering of a high amount of instances of a give
 Tutorials
 ---------
 
-- :doc:`../tutorials/3d/vertex_animation/animating_thousands_of_fish`
+- :doc:`../tutorials/performance/vertex_animation/animating_thousands_of_fish`
 
 - :doc:`../tutorials/3d/using_multi_mesh_instance`
 

+ 1 - 1
classes/class_particles.rst

@@ -23,7 +23,7 @@ Use the ``process_material`` property to add a :ref:`ParticlesMaterial<class_Par
 Tutorials
 ---------
 
-- :doc:`../tutorials/3d/vertex_animation/controlling_thousands_of_fish`
+- :doc:`../tutorials/performance/vertex_animation/controlling_thousands_of_fish`
 
 Properties
 ----------

+ 0 - 1
tutorials/3d/index.rst

@@ -18,4 +18,3 @@
    using_gridmaps
    using_multi_mesh_instance
    csg_tools
-   vertex_animation/index

+ 1 - 0
tutorials/performance/index.rst

@@ -74,6 +74,7 @@ GPU
    :name: toc-learn-features-3d-optimization
 
    optimizing_3d_performance
+   vertex_animation/index
 
 
 Threads

+ 0 - 0
tutorials/3d/vertex_animation/animating_thousands_of_fish.rst → tutorials/performance/vertex_animation/animating_thousands_of_fish.rst


+ 0 - 0
tutorials/3d/vertex_animation/controlling_thousands_of_fish.rst → tutorials/performance/vertex_animation/controlling_thousands_of_fish.rst


+ 0 - 0
tutorials/3d/vertex_animation/img/all_motions.gif → tutorials/performance/vertex_animation/img/all_motions.gif


+ 0 - 0
tutorials/3d/vertex_animation/img/all_motions_mask.gif → tutorials/performance/vertex_animation/img/all_motions_mask.gif


+ 0 - 0
tutorials/3d/vertex_animation/img/fish.png → tutorials/performance/vertex_animation/img/fish.png


+ 0 - 0
tutorials/3d/vertex_animation/img/mask.png → tutorials/performance/vertex_animation/img/mask.png


+ 0 - 0
tutorials/3d/vertex_animation/img/pivot.gif → tutorials/performance/vertex_animation/img/pivot.gif


+ 0 - 0
tutorials/3d/vertex_animation/img/scene.gif → tutorials/performance/vertex_animation/img/scene.gif


+ 0 - 0
tutorials/3d/vertex_animation/img/sidetoside.gif → tutorials/performance/vertex_animation/img/sidetoside.gif


+ 0 - 0
tutorials/3d/vertex_animation/img/twist.gif → tutorials/performance/vertex_animation/img/twist.gif


+ 0 - 0
tutorials/3d/vertex_animation/img/wave.gif → tutorials/performance/vertex_animation/img/wave.gif


+ 0 - 0
tutorials/3d/vertex_animation/index.rst → tutorials/performance/vertex_animation/index.rst