Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 3,170 for

lighting

(0.08 sec)
  1. Rendera una vista panoramica della scena 3D|Doc...

    Utilizzando Aspose.3D for Python via .NET API, gli sviluppatori possono eseguire il rendering di una vista panoramica della scena 3D e salvare la visualizzazione nei formati di immagine supportati....una fotocamera e due oggetti Light per catturare la scena, creare...( 5 , 6 , 0 ); #create two lights to illuminate the scene scene...

    docs.aspose.com/3d/it/python-net/render-a-panor...
  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. 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...
  5. 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...
  6. ShapeBase.ZOrder | Aspose.Words for .NET

    Discover how the ShapeBase ZOrder property enhances your design by controlling the display order of overlapping shapes for a clearer, more organized layout.... // The light green rectangle will overlap the light blue rectangle...partially obscure it, // and the light blue rectangle will obscure...

    reference.aspose.com/words/net/aspose.words.dra...
  7. 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/
  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. Сохраните сцену 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/