AnimationUtils.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <!DOCTYPE html>
  2. <html lang="ar">
  3. <head>
  4. <meta charset="utf-8" />
  5. <base href="../../../" />
  6. <script src="page.js"></script>
  7. <link type="text/css" rel="stylesheet" href="page.css" />
  8. </head>
  9. <body class="rtl">
  10. <h1>[name]</h1>
  11. <p class="desc">
  12. كائن مع وظائف مختلفة للمساعدة في الرسوم المتحركة ، ويستخدم داخليًا.
  13. </p>
  14. <h2>الوظائف (Methods)</h2>
  15. <h3>[method:Array convertArray]( array, type, forceClone )</h3>
  16. <p>
  17. يحول مصفوفة إلى نوع معين.
  18. </p>
  19. <h3>[method:Array flattenJSON]( jsonKeys, times, values, valuePropertyName )</h3>
  20. <p>
  21. تستخدم لتحليل تنسيقات AOS keyframe.
  22. </p>
  23. <h3>[method:Array getKeyframeOrder]( times )</h3>
  24. <p>
  25. تُرجع مصفوفة يمكن من خلالها فرز الأوقات والقيم.
  26. </p>
  27. <h3>[method:Boolean isTypedArray]( object )</h3>
  28. <p>
  29. ترجاع *true* إذا كان الكائن مصفوفة مكتوبة (typed array.).
  30. </p>
  31. <h3>[method:AnimationClip makeClipAdditive]( [param:AnimationClip targetClip], [param:Number referenceFrame], [param:AnimationClip referenceClip], [param:Number fps] )</h3>
  32. <p>
  33. Converts the keyframes of the given animation clip to an additive format.
  34. </p>
  35. <h3>[method:Array sortedArray]( values, stride, order )</h3>
  36. <p>
  37. يفرز المصفوفة التي تم إرجاعها مسبقًا بناءا [page:AnimationUtils.getKeyframeOrder getKeyframeOrder].
  38. </p>
  39. <h3>[method:AnimationClip subclip]( [param:AnimationClip clip], [param:String name], [param:Number startFrame], [param:Number endFrame], [param:Number fps] )</h3>
  40. <p>
  41. ينشئ مقطعًا جديدًا ، يحتوي فقط على جزء من المقطع الأصلي بين الإطارات المحددة.
  42. </p>
  43. <h2>المصدر (Source)</h2>
  44. <p>
  45. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  46. </p>
  47. </body>
  48. </html>