Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 3,298 for

lighting

(0.21 sec)
  1. Crear un efecto de lente ojo de pez en la escen...

    Usando Aspose.3D for Python via .NET API, los desarrolladores pueden crear un efecto de lente Fisheye en la escena 3D y guardar esa vista en los formatos de imagen compatibles....#create two lights to illuminate the scene light = a3d . entities...entities . Light () light . light_type = a3d . entities . LightType...

    docs.aspose.com/3d/es/python-net/create-a-fishe...
  2. Skapa en objektiveffekt på 3D och spara i en bi...

    Använder Aspose.3D for Python via .NET API Utvecklare kan skapa en Fisheye-linseffekt på 3D-scenen och spara den vyn i de bildformat som stöds....#create two lights to illuminate the scene light = a3d . entities...entities . Light () light . light_type = a3d . entities . LightType...

    docs.aspose.com/3d/sv/python-net/create-a-fishe...
  3. PatternType enumeration | Aspose.Words for Python

    aspose.words.drawing.PatternType enumeration. Specifies the fill pattern to be used to fill a shape.... LIGHT_DOWNWARD_DIAGONAL Light downward diagonal. LIGHT_HORIZONTAL...LIGHT_HORIZONTAL Light horizontal. LIGHT_UPWARD_DIAGONAL Light upward diagonal...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 在 3D 场景上创建鱼眼镜头效果并保存在图像中|Documentation

    使用 Aspose.3D for Python via .NET API,开发人员可以在 3D 场景上创建鱼眼镜头效果,并将该视图保存为支持的图像格式。...#create two lights to illuminate the scene light = a3d . entities...entities . Light () light . light_type = a3d . entities . LightType...

    docs.aspose.com/3d/zh/python-net/create-a-fishe...
  5. Эффекты освещения SVG – Фильтры SVG – Код C#

    Узнайте, как комбинировать несколько фильтров SVG для создания эффектов освещения SVG и управления ими с помощью API Aspose.SVG for .NET....Световые эффекты SVG – SVG Lighting Effects позволяет создавать...= "url(#light)" /> 3 < defs > 4 < filter id = "light" > 5 < feGaussianBlur...

    docs.aspose.com/svg/ru/net/svg-lighting-effects/
  6. Erstellen Sie einen Fisch-Augen-Objektiv-Effekt...

    Mit Aspose.3D for Python via .NET API können Entwickler einen Fisheye-Objektiv effekt auf 3D-Szene erstellen und diese Ansicht in den unterstützten Bildformaten speichern....#create two lights to illuminate the scene light = a3d . entities...entities . Light () light . light_type = a3d . entities . LightType...

    docs.aspose.com/3d/de/python-net/create-a-fishe...
  7. التقط منافذ العرض لمشهد 3D وترجمه إلى نسيج أو ن...

    يمكن أن يشتمل كل مشهد 3D على أي عدد من وجهات النظر. باستخدام Aspose.3D for Python via .NET API ، يمكن للمطورين التقاط واحد أو أكثر من منافذ العرض في لقطة شاشة واحدة. يمكنهم تقديمه في تطبيق .NET المستند إلى GUI أو صورة....entities import Camera , Light , LightType from aspose.threed...Vector3 ( 50 , 12 , 0 ) light = Light () light . color = Vector3 (...

    docs.aspose.com/3d/ar/python-net/capture-the-vi...
  8. Capture the Viewports of 3D Scene and Render to...

    Each 3D scene can comprise of any number of viewports. Using Aspose.3D for Python via .NET API, developers can capture one or more viewports in a single screenshot. They may render it in the GUI based .NET application or an image....entities import Camera , Light , LightType from aspose.threed...Vector3 ( 50 , 12 , 0 ) light = Light () light . color = Vector3 (...

    docs.aspose.com/3d/tr/python-net/capture-the-vi...
  9. Cast and Receive Shadows on 3D Geometries|Docum...

    Generally, some 3D file formats can store shadow related settings in geometry like FBX. Using Aspose.3D for .NET, developers can render an image by mapping shadows from the viewpoint of a light source. The image quality depends on the light source, elevation angle and distance between the camera and geometric objects....of a light source. The image quality depends on the light source...CreateChildNode ( "camera" , camera ); Light light ; scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/tr/net/cast-and-receive-shad...
  10. Архивы

    Архивы...Инициализируйте объект класса Light. Вызовите метод createChildNode()...createChildNode(), чтобы добавить сущность Light. Наконец, сохраните сцену как...

    blog.aspose.com/ru/3d/create-3d-scene-using-java/