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

lighting

(0.17 sec)
  1. Сохраните сцену 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/
  2. 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/
  3. 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-...
  4. 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...
  5. 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...
  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/zh/python-net/save-3d-scene-...
  8. 3D görünümlerini kaydetme üzerine görsel efektl...

    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/tr/python-net/apply-visual-e...
  9. Procurar

    Procurar...luz ilumina a cena, a classe Light da API permite a adição de alguma...Inicialize um objeto da classe Light. Chame o método CreateChildNode()...

    blog.aspose.com/pt/3d/create-3d-scene-using-csh...
  10. 档案

    档案... 初始化 Light 类对象。 调用createChildNode()方法添加Light实体。 最后,使用 save()...setMaterial(material); // 添加光实体 Light light = new Light(); light.setLightType(LightType...

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