Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 14,379 for

scene

(0.03 sec)
  1. Merge AMF File Formats via Java | products.aspo...

    Sample Java merge AMF file. Use this example code to merge AMF file within any Web or Desktop Java based application....through the constructor of the Scene class Process usdz files and...generate usdz file Scene scene = new Scene(); int i = 0 ; for...

    products.aspose.com/3d/java/merger/amf/
  2. Extract Assets from USD File Formats via Java |...

    Sample Java extract assets code for USD file. Use this example code to extract assets from USD file within any Web or Desktop Java based application....file via the constructor of Scene class Create zip file format...instance of Scene Scene scene = new Scene(); scene.open(file,...

    products.aspose.com/3d/java/extractor/usd/
  3. 操作 3D 场景的自定义属性|Documentation

    开发人员可以添加、检索和删除 3D 对象的自定义属性。3D 对象的RemoveProperty、GetProperty、SetProperty成员是一组用于操作对象的自定义属性的常用方法。...// initialize a scene Scene scene = new Scene (); // create a...a Box instance var box = scene . RootNode . CreateChildNode (...

    docs.aspose.com/3d/zh/net/manipulate-custom-pro...
  4. Convert USDZ to ASE via Python | products.aspos...

    Convert USDZ & other 3D files using .NET API...NET Core and Mono Export USDZ Scene as ASE with C# Load USDZ file...using a from_file of Scene class Call Scene.save method Pass output...

    products.aspose.com/3d/python-net/conversion/us...
  5. Add Material to 3D Entities|Documentation

    PBR plays a key role for the game engine visuals, with its efficient and realistic rendering of interactions between light and surface via attenuation of the brightness and scattering of reflected light. Developers can use Aspose.3D API to apply PBR material to 3D objects in a Scene. This code example demonstrates to how to create a Box object, and then apply the PBR material....material to 3D objects in a scene. This code example demonstrates...initialize a scene var scene = new aspose . threed . Scene (); // initialize...

    docs.aspose.com/3d/nodejs-java/add-material-to-...
  6. 缩放 3D 场景的几何图形|Documentation

    开发人员只能缩放 3D 节点或 3D 场景的所有节点的几何图形。为了实现这一点,开发人员可以调用PolygonModifier类实例的多个Scale成员。...huge-scene.obj by 0.01 and save it to another file: Scene scene...scene = new Scene ( "huge-scene.obj" ); // create a Box instance...

    docs.aspose.com/3d/zh/net/scale-geometries-of-a...
  7. Aspose.3D Create box with material | products.a...

    Learn how to create Box with material...we will create a box in a 3D scene and apply materials to it. Materials...materials to it can make the scene visually more attractive. We’ll...

    products.aspose.com/3d/tutorial/create-box-with...
  8. Extract Assets from GLB File Formats via Java |...

    Sample Java extract assets code for GLB file. Use this example code to extract assets from GLB file within any Web or Desktop Java based application....file via the constructor of Scene class Create zip file format...an instance of Scene Scene scene = new Scene(file); //Create...

    products.aspose.com/3d/java/extractor/glb/
  9. Python via .NET 3D Formats Conversion | product...

    Convert 3D formats 3ds 3mf amf ase att dae drc dxf fbx gltf jt obj ply rvm stl u3d usdz usd vrml x with few lines of C# code via Python library....source file via instance of Scene class , and calling the Save...format parameter. Convert 3D Scene to various formats Developers...

    products.aspose.com/3d/python-net/conversion/
  10. C# 3D Formats Conversion | products.aspose.com

    Convert 3D formats 3ds 3mf amf ase att dae drc dxf fbx gltf jt obj ply rvm stl u3d usdz usd vrml x with few lines of C# code via .NET library....source file via instance of Scene class , and calling the Save...format parameter. Convert 3D Scene to various formats Developers...

    products.aspose.com/3d/net/conversion/