Sort Score
Result 10 results
Languages All
Labels All
Results 4,181 - 4,190 of 17,282 for

scene

(0.15 sec)
  1. Travailler avec le rayon de la sphère|Documenta...

    En utilisant Aspose.3D for Java, vous pouvez définir le rayon de get d'une sphère....// initialize a scene Scene scene = new Scene (); // initialize...); // add sphere to the scene scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/fr/java/working-with-radius-...
  2. Bygg Tangent- och Binormaldata för alla meshes ...

    Genom att använda Aspose.3D for Python via .NET API kan utvecklare bygga tangent och binormal data för alla maskor i vilken 3D-fil som stöds.... En metod tar Scene klassobjektet som en parameter...threed import FileFormat , Scene from aspose.threed.entities...

    docs.aspose.com/3d/sv/python-net/build-tangent-...
  3. Bygg Tangent- och Binormaldata för alla meshes ...

    Använder Aspose. 3D for .NET API, utvecklare kan bygga tangent- och binormal data för alla maskor i vilken 3D-fil som stöds.... En metod tar Scene klassobjektet som en parameter...an existing 3D file Scene scene = new Scene ( RunExamples . GetDataFilePath...

    docs.aspose.com/3d/sv/net/build-tangent-and-bin...
  4. Skapa scen med primitiv 3D Formar|Documentation

    Med Aspose.3D for .NET kan utvecklare definiera en scen med primitiva 3D-former. Alla parameteriserade primitive kommer att konverteras till mesh automatiskt medan spara i någon utdatafilformat som stöds....Initialize a Scene object Scene scene = new Scene (); // Create...Create a Box model scene . RootNode . CreateChildNode ( "box" , new...

    docs.aspose.com/3d/sv/net/create-scene-with-pri...
  5. Převést USD na DAE prostřednictvím C# | product...

    Převeďte USD a další soubory 3D pomocí .NET API... Zavolejte Scene.Save metoda Jako první parametr...objektu scény var scene = new Aspose.ThreeD.Scene( "template.usd"...

    products.aspose.com/3d/cs/net/conversion/usd-to...
  6. Převést USD na STL prostřednictvím C# | product...

    Převeďte USD a další soubory 3D pomocí .NET API... Zavolejte Scene.Save metoda Jako první parametr...objektu scény var scene = new Aspose.ThreeD.Scene( "template.usd"...

    products.aspose.com/3d/cs/net/conversion/usd-to...
  7. Archiv

    Archiv...vstupní soubor GLB pomocí třídy Scene . Inicializujte objekt třídy...vstupní soubor GLB Scene scene = new Scene("Input.glb"); // Inicializujte...

    blog.aspose.com/cs/3d/glb-to-fbx-csharp/
  8. Trabajar con formato VRML|Documentation

    Aspose.3D for Node.js via Java permite trabajar con VRML versión 1,0. El formato de archivo VRML se ha agregado a la clase FileFormat. Aspose.3D puede detectar automáticamente el formato VRML, por lo que FileFormat generalmente se ignora en el método Open....initialize a scene var scene = new aspose . threed . Scene (); // open...Language (VRML) file format scene . open ( "test.wrl" ); Trabajando...

    docs.aspose.com/3d/es/nodejs-java/working-with-...
  9. 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....threed import Scene from aspose.threed.entities...existing 3D scene scene = Scene ( "data-dir" + "scene.obj" ) # Create...

    docs.aspose.com/3d/tr/python-net/apply-visual-e...
  10. Archivio

    Archivio...USDZ di origine con la classe Scene . Apri la scena dal percorso...an object of Scene class Aspose.ThreeD.Scene scene = new Aspose...

    blog.aspose.com/it/3d/convert-usdz-to-glb-online/