LightRig
المعلومات العامة
LightRig هي فئة في Aspose.Slides FOSS لـ Java. الميراث من: PVIObject, ILightRig.
يمثل جهاز إضاءة للمشهد ثلاثي الأبعاد.
خصائص
| اسم | النوع | الوصول | وصف |
|---|---|---|---|
lightType | LightRigPresetType | اقرأ | يحصل على LightRigPresetType أو يحدد LightRig من { |
direction | LightingDirection | اقرأ | يحصل على LightingDirection أو يحدد LightRig من { |
rotation | double[] | اقرأ | يحصل أو يضع زوايا الدوران (الشمالية والطولية، الثورة) كصف مزدوج |
الطرق
| التوقيع | وصف |
|---|---|
LightRig(scene3d: Element, saveCallback: Runnable) | يخلق LightRig جديد مدعوم عن طريق عنصر scene3d الممنوح. |
initInternal(scene3dElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide) | يبدأ الحالة الداخلية لهذه المنصة الضوئية. |
getLightType() → LightRigPresetType | يعيد التيار LightRigPresetType لهذا LightRig |
setLightType(value: LightRigPresetType) | يحدد LightRigPresetType لهذا LightRig |
getDirection() → LightingDirection | يعيد التيار LightingDirection لهذا LightRig |
setDirection(value: LightingDirection) | يحدد LightingDirection لهذا LightRig |
setRotation(latitude: double, longitude: double, revolution: double) | يحدد خط العرض والطول و زوايا التحول ل LightRig |
getRotation() → double[] | يعيد صفوف تحتوي على قيم العرض والطول والتحولات |