Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 3,175 for

lighting

(0.11 sec)
  1. 3D sahnesinin panorama görünümünü oluşturun|Doc...

    Aspose.3D for Python via .NET API kullanarak, geliştiriciler 3D sahnesinin panorama görünümünü oluşturabilir ve bu görünümü desteklenen görüntü formatlarına kaydedebilir....( 5 , 6 , 0 ); #create two lights to illuminate the scene scene...create_child_node ( a3d . entities . Light ( "" , a3d . entities . LightType...

    docs.aspose.com/3d/tr/python-net/render-a-panor...
  2. Erfassen Sie die Ansicht von 3D Szene und Rende...

    Jede 3D Szene kann eine beliebige Anzahl von View ports umfassen. Mit Aspose.3D for Python via .NET API können Entwickler einen oder mehrere View ports in einem einzigen Screenshot erfassen. Sie können es in der GUI-basierten .NET-Anwendung oder einem Bild rendern....entities import Camera , Light , LightType from aspose.threed...Vector3 ( 50 , 12 , 0 ) light = Light () light . color = Vector3 (...

    docs.aspose.com/3d/de/python-net/capture-the-vi...
  3. Capturer les Viewports de la scène 3D et rendre...

    Chaque scène 3D peut comprendre n'importe quel nombre de vues. En utilisant Aspose.3D for Python via .NET API, les développeurs peuvent capturer un ou plusieurs viewports dans une seule capture d'écran. Ils peuvent le rendre dans l'application .NET basée sur le GUI ou une image....entities import Camera , Light , LightType from aspose.threed...Vector3 ( 50 , 12 , 0 ) light = Light () light . color = Vector3 (...

    docs.aspose.com/3d/fr/python-net/capture-the-vi...
  4. 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 Python via .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...the scene cast shadows from a light source. Developers may also...

    docs.aspose.com/3d/python-net/cast-and-receive-...
  5. Effets d'éclairage SVG – Filtres SVG – Code C#

    Découvrez comment combiner plusieurs filtres SVG pour créer et contrôler des effets d'éclairage SVG à l'aide de l'API Aspose.SVG for .NET....= "url(#light)" /> 3 < defs > 4 < filter id = "light" > 5 < feGaussianBlur...result = "light" specularExponent = "30" lighting - color = "#ddd"...

    docs.aspose.com/svg/fr/net/svg-lighting-effects/
  6. 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...
  7. Сохраните сцену 3D как 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/ru/python-net/save-3d-scene-...
  8. Spara 3D Scene som 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/sv/python-net/save-3d-scene-...
  9. Sparen Sie 3D Szene als HTML|Documentation

    Aspose.3D for Java bietet die ** HtmlSave Options **-Klasse, um eine Save 3D-Szene als HTML zu speichern....setMaterial ( mat ); Light light = new Light (); light . setLightType...getRootNode (). createChildNode ( light ). getTransform (). setTranslation...

    docs.aspose.com/3d/de/java/save-3d-scene-as-html/
  10. Enregistrer 3D Scène en HTML|Documentation

    Aspose.3D for Java fournit une classe ** HtmlSaveOptions ** pour enregistrer une scène de sauvegarde 3D en HTML....setMaterial ( mat ); Light light = new Light (); light . setLightType...getRootNode (). createChildNode ( light ). getTransform (). setTranslation...

    docs.aspose.com/3d/fr/java/save-3d-scene-as-html/