You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
2.3 KiB
82 lines
2.3 KiB
<!DOCTYPE html>
|
|
<html lang="ar">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<base href="../../../../" />
|
|
<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:undefined InterpolantFactoryMethodLinear]()</h3>
|
|
<p>
|
|
قيمة هذه الطريقة هنا 'undefined' ، لأنها لا معنى لها بالنسبة للخصائص المنفصلة.
|
|
</p>
|
|
|
|
<h3>[method:undefined 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>
|
|
|