Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 3,299 for

lighting

(0.11 sec)
  1. 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 , ProjectionType...two lights to illuminate the scene light = Light () light . light_type...

    docs.aspose.com/3d/python-net/capture-the-viewp...
  2. Wenden Sie visuelle Effekte an, um 3D-Ansichten...

    Mit Aspose.3D for Python via .NET API können Entwickler visuelle Effekte auf 3D Ansichten anwenden, bevor sie im Bild speichern. Diese visuellen Effekte werden auch als Nach verarbeitung effekte oder Filter bezeichnet, die in Echtzeit auf alles angewendet werden, was in der 3D-Ansicht angezeigt wird....entities import Camera , Light , LightType from aspose.threed...Vector3 ( 50 , 12 , 0 ) light = Light () light . color = Vector3 (...

    docs.aspose.com/3d/de/python-net/apply-visual-e...
  3. Aplicar efectos visuales al guardar las vistas ...

    Usando Aspose.3D for Python via .NET API, los desarrolladores pueden aplicar efectos visuales en 3D Vistas antes de guardar en la imagen. Estos efectos visuales también se conocen como efectos de posprocesamiento o filtros que se aplican en tiempo real a todo lo que se muestra en la vista 3D....entities import Camera , Light , LightType from aspose.threed...Vector3 ( 50 , 12 , 0 ) light = Light () light . color = Vector3 (...

    docs.aspose.com/3d/es/python-net/apply-visual-e...
  4. آرشیوها

    آرشیوها...کلاس Light را راه اندازی کنید. برای افزودن یک موجودیت Light، متد...موجودیت Light را اضافه کنید Light light = new Light(); light.setLightType(LightType...

    blog.aspose.com/fa/3d/create-3d-scene-using-java/
  5. Save 3D Scene as HTML|Documentation

    Aspose.3D for Java provides **HtmlSaveOptions** class to save a save 3D scene as HTML....setMaterial ( mat ); Light light = new Light (); light . setLightType...getRootNode (). createChildNode ( light ). getTransform (). setTranslation...

    docs.aspose.com/3d/java/save-3d-scene-as-html/
  6. Сохраните сцену 3D как HTML|Documentation

    Aspose.3D for Java предоставляет класс ** HtmlSaveOptions ** для сохранения сцены 3D как HTML....setMaterial ( mat ); Light light = new Light (); light . setLightType...getRootNode (). createChildNode ( light ). getTransform (). setTranslation...

    docs.aspose.com/3d/ru/java/save-3d-scene-as-html/
  7. Apply Visual Effects on Saving 3D Views|Documen...

    Using Aspose.3D for Python via .NET API, developers may apply visual effects on 3D Views before saving in the image. These visual effects are also known as the post-processing effects or filters those are applied in real-time to everything displayed in the 3D View....entities import Camera , Light , LightType from aspose.threed...Vector3 ( 50 , 12 , 0 ) light = Light () light . color = Vector3 (...

    docs.aspose.com/3d/python-net/apply-visual-effe...
  8. تطبيق تأثيرات بصرية على توفير 3D مشاهدة|Documen...

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

    docs.aspose.com/3d/ar/python-net/apply-visual-e...
  9. Guardar 3D Escena como HTML|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....entities import Cylinder , Light , LightType from aspose.threed...material = material light = Light () light . light_type = LightType...

    docs.aspose.com/3d/es/python-net/save-3d-scene-...
  10. Archiv

    Archiv... Initialisieren Sie ein Light Klassenobjekt. Rufen Sie die...createChildNode() auf, um eine Light-Entität hinzuzufügen. Speichern...

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