2
0
Эх сурвалжийг харах

Added stub page for new animation system.

mitm001 4 жил өмнө
parent
commit
4c19cfa787

+ 2 - 1
docs/modules/core/nav.adoc

@@ -22,7 +22,8 @@
 ** xref:collision/collision_and_intersection.adoc[Collision and Intersection]
 ** xref:scene/control/level_of_detail.adoc[Level of Detail]
 * Animation, Scene
-** xref:animation/animation.adoc[Animation]
+** xref:animation/animation.adoc[Animation-Old]
+** xref:anim/animation.adoc[Animation-New]
 ** xref:cinematic/cinematics.adoc[Cinematics (cutscenes, fake destruction physics)]
 ** xref:cinematic/motionpath.adoc[MotionPaths and Waypoints]
 * Material, Light, Shadow

+ 45 - 0
docs/modules/core/pages/anim/animation.adoc

@@ -0,0 +1,45 @@
+= Enter Document Title Here
+:author: mitm001
+:revnumber: 1.0
+
+
+== Requirements
+
+
+== Code Samples
+
+
+== Controlling Animations
+
+
+=== The Animation Control
+
+
+=== Animation Channels
+
+
+=== Skeleton Control
+
+
+== Animation Control Properties
+
+
+== Skeleton Control Properties
+
+
+== Animation Channel Properties
+
+
+== Playing Animations
+
+
+=== Usage Example
+
+
+== Animation Event Listener
+
+
+=== Responding to Animation End
+
+
+=== Responding to Animation Start