Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 3,273 for

lighting

(0.08 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/zh/java/save-3d-scene-as-html/
  2. 아카이브

    아카이브... Light 클래스 객체를 초기화합니다. Light 엔터티를 추가하려면 createChildNode()... // 조명 엔터티 추가 Light light = new Light(); light.setLightType(LightType...

    blog.aspose.com/ko/3d/create-3d-scene-using-java/
  3. 搜索

    搜索... 初始化 Light 類別物件。 呼叫createChildNode()方法新增Light實體。 最後,使用 save()...setMaterial(material); // 新增光實體 Light light = new Light(); light.setLightType(LightType...

    blog.aspose.com/zh-hant/3d/create-3d-scene-usin...
  4. Chercher

    chercher...Initialisez un objet de classe Light. Appelez la méthode createChildNode()...createChildNode() pour ajouter une entité Light. Enfin, enregistrez la scène...

    blog.aspose.com/fr/3d/create-3d-scene-using-java/
  5. Render una vista panorámica de la escena 3D|Doc...

    Con Aspose.3D for Python via .NET API, los desarrolladores pueden representar una vista panorámica de la escena 3D y guardar esa vista en los formatos de imagen compatibles....( 5 , 6 , 0 ); #create two lights to illuminate the scene scene...create_child_node ( a3d . entities . Light ( "" , a3d . entities . LightType...

    docs.aspose.com/3d/es/python-net/render-a-panor...
  6. 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...
  7. تطبيق تأثيرات بصرية على توفير 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...
  8. arkiv

    arkiv...Ljuset lyser upp scenen, klassen Light i API:et gör det möjligt att...som Material. Initiera ett Light-klassobjekt. Anropa metoden...

    blog.aspose.com/sv/3d/create-3d-scene-using-csh...
  9. Werfen und empfangen Sie Schatten auf 3D Geomet...

    Im Allgemeinen können einige 3D-Dateiformate schatten bezogene Einstellungen in Geometrie wie FBX speichern. Mit Aspose.3D for .NET können Entwickler ein Bild rendern, indem sie Schatten aus der Sicht einer Lichtquelle zuordnen. Die Bildqualität hängt von der Lichtquelle, dem Höhenwinkel und dem Abstand zwischen der Kamera und den geometrischen Objekten ab....CreateChildNode ( "camera" , camera ); Light light ; scene . RootNode . CreateChildNode...CreateChildNode ( "light" , light = new Light () { NearPlane = 0...

    docs.aspose.com/3d/de/net/cast-and-receive-shad...
  10. Архів

    Архів...Ініціалізуйте об’єкт класу Light. Вкажіть тип світла та властивості...threed.entities import Sphere, Light, LightType from aspose.threed...

    blog.aspose.com/uk/3d/3d-in-python/