-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20172 from hassanMuhamad/dev
Docs(Ar): Reference - Completed "Animation/Tracks" sub-section
- Loading branch information
Showing
4 changed files
with
225 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
<!DOCTYPE html> | ||
<html lang="ar"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<base href="../../../../" /> | ||
<script src="list.js"></script> | ||
<script src="page.js"></script> | ||
<link type="text/css" rel="stylesheet" href="page.css" /> | ||
</head> | ||
<body class="rtl"> | ||
|
||
[page:KeyframeTrack] → | ||
|
||
<h1>[name]</h1> | ||
|
||
<p class="desc"> | ||
تتبع للقيمة الرقمية الخاصة بـإطار رباعي *quaternion keyframe*. | ||
</p> | ||
|
||
|
||
<h2>المنشئ (Constructor)</h2> | ||
|
||
|
||
<h3>[name]( [param:String name], [param:Array times], [param:Array values] )</h3> | ||
<p> | ||
[page:String name] (ضرورية) المعرف الخاص بالـ*KeyframeTrack*.<br /> | ||
[page:Array times] - (ضرورية) جدول الأوقات الخاصة بـ*keyframe*.<br /> | ||
[page:Array values] - القيم الخاصة بالـ*keyframes* في وقت محدد.<br /> | ||
[page:Constant interpolation] - نوع الـ*interpolation* الذي يجب إستعماله. أنظر | ||
[page:Animation Animation Constants] من أجل القيم المتاحة. الإفتراضي هو | ||
[page:Animation InterpolateLinear]. | ||
</p> | ||
|
||
|
||
<h2>الخصائص (Properties)</h2> | ||
|
||
|
||
<p class="desc"> | ||
أنظر [page:KeyframeTrack] من أجل الخصائص الموروثة | ||
</p> | ||
|
||
<h3>[property:Constant DefaultInterpolation]</h3> | ||
<p> | ||
نوع الـ*interpolation* الافتراضي المراد استخدامه ، | ||
</p> | ||
|
||
<h3>[property:String ValueTypeName]</h3> | ||
<p> | ||
String 'quaternion'. | ||
</p> | ||
|
||
|
||
<h2>الوظائف (Methods)</h2> | ||
|
||
|
||
<p class="desc"> | ||
أنظر [page:KeyframeTrack] من أجل الخصائص الموروثة | ||
</p> | ||
|
||
<h3>[method:null InterpolantFactoryMethodLinear]()</h3> | ||
<p> | ||
إرجاع قيمة من نوع [page:QuaternionLinearInterpolant QuaternionLinearInterpolant] بناءا على | ||
[page:KeyframeTrack.values values], [page:KeyframeTrack.times times] و | ||
[page:KeyframeTrack.valueSize valueSize] التابعين لـ*keyframes*. | ||
</p> | ||
|
||
|
||
<h2>المصدر (Source)</h2> | ||
|
||
|
||
<p> | ||
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js] | ||
</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
<!DOCTYPE html> | ||
<html lang="ar"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<base href="../../../../" /> | ||
<script src="list.js"></script> | ||
<script src="page.js"></script> | ||
<link type="text/css" rel="stylesheet" href="page.css" /> | ||
</head> | ||
<body class="rtl"> | ||
|
||
[page:KeyframeTrack] → | ||
|
||
<h1>[name]</h1> | ||
|
||
<p class="desc"> | ||
تتبع للقيم الخاصة بـ*string keyframe*. | ||
</p> | ||
|
||
|
||
<h2>المنشئ (Constructor)</h2> | ||
|
||
|
||
<h3>[name]( [param:String name], [param:Array times], [param:Array values] )</h3> | ||
<p> | ||
[page:String name] - (ضرورية) معرّف KeyframeTrack.<br /> | ||
[page:Array times] - (ضرورية) جدول الأوقات الخاصة بـ*keyframe*.<br /> | ||
[page:Array values] - القيم الخاصة بالـ*keyframes* في وقت محدد.<br /> | ||
[page:Constant interpolation] - نوع الـ*interpolation* الذي يجب إستعماله. أنظر | ||
[page:Animation Animation Constants] من أجل القيم المتاحة. الإفتراضي هو | ||
[page:Animation InterpolateDiscrete]. | ||
</p> | ||
|
||
|
||
<h2>الخصائص (Properties)</h2> | ||
|
||
|
||
<p class="desc"> | ||
أنظر [page:KeyframeTrack] من أجل الخصائص الموروثة | ||
</p> | ||
|
||
<h3>[property:Constant DefaultInterpolation]</h3> | ||
<p> | ||
نوع الـ*interpolation* الافتراضي المراد استخدامه ، [page:Animation InterpolateDiscrete]. | ||
</p> | ||
|
||
<h3>[property:Array ValueBufferType]</h3> | ||
<p> | ||
جدول (مصفوفة) عادي (ليس Float32Array في هذه الحالة، بخلاف *ValueBufferType* من [page:KeyframeTrack]). | ||
</p> | ||
|
||
<h3>[property:String ValueTypeName]</h3> | ||
<p> | ||
String 'string'. | ||
</p> | ||
|
||
|
||
<h2>الوظائف (Methods)</h2> | ||
|
||
|
||
<p class="desc"> | ||
أنظر [page:KeyframeTrack] من أجل الخصائص الموروثة | ||
</p> | ||
|
||
<h3>[method:null InterpolantFactoryMethodLinear]()</h3> | ||
<p> | ||
قيمة هذه الطريقة هنا 'undefined' ، لأنها لا معنى لها بالنسبة للخصائص المنفصلة. | ||
</p> | ||
|
||
<h3>[method:null InterpolantFactoryMethodSmooth]()</h3> | ||
<p> | ||
قيمة هذه الطريقة هنا 'undefined' ، لأنها لا معنى لها بالنسبة للخصائص المنفصلة. | ||
</p> | ||
|
||
|
||
<h2>المصدر (Source)</h2> | ||
|
||
|
||
<p> | ||
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js] | ||
</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<!DOCTYPE html> | ||
<html lang="ar"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<base href="../../../../" /> | ||
<script src="list.js"></script> | ||
<script src="page.js"></script> | ||
<link type="text/css" rel="stylesheet" href="page.css" /> | ||
</head> | ||
<body class="rtl"> | ||
|
||
[page:KeyframeTrack] → | ||
|
||
<h1>[name]</h1> | ||
|
||
<p class="desc"> | ||
تتبع للقيم الخاصة بـ*vector keyframe*. | ||
</p> | ||
|
||
|
||
<h2>المنشئ (Constructor)</h2> | ||
|
||
|
||
<h3>[name]( [param:String name], [param:Array times], [param:Array values] )</h3> | ||
<p> | ||
[page:String name] - (ضرورية) معرّف KeyframeTrack.<br /> | ||
[page:Array times] - (ضرورية) جدول الأوقات الخاصة بـ*keyframe*.<br /> | ||
[page:Array values] - القيم الخاصة بالـ*keyframes* في وقت محدد.<br /> | ||
[page:Constant interpolation] - نوع الـ*interpolation* الذي يجب إستعماله. أنظر | ||
[page:Animation Animation Constants] من أجل القيم المتاحة. الإفتراضي هو | ||
[page:Animation InterpolateLinear]. | ||
</p> | ||
|
||
|
||
<h2>الخصائص (Properties)</h2> | ||
|
||
|
||
<p class="desc"> | ||
أنظر [page:KeyframeTrack] من أجل الخصائص الموروثة | ||
</p> | ||
|
||
<h3>[property:String ValueTypeName]</h3> | ||
<p> | ||
String 'vector'. | ||
</p> | ||
|
||
|
||
<h2>الوظائف (Methods)</h2> | ||
|
||
|
||
<p class="desc"> | ||
أنظر [page:KeyframeTrack] من أجل الخصائص الموروثة | ||
</p> | ||
|
||
|
||
<h2>المصدر (Source)</h2> | ||
|
||
|
||
<p> | ||
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js] | ||
</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters