Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 17,176 for

scene

(0.12 sec)
  1. Specify 3D File Save Options in C#|Documentation

    There are several Scene.Save method overloads that accept a SaveOptions object. Each save format has a corresponding class that holds save options for that save format....formats after loading them in Scene object using C#. By loading...Save Options There are several Scene.Save method overloads that accept...

    docs.aspose.com/3d/net/specify-3d-file-save-opt...
  2. Specify 3D File Save Options|Documentation

    There are several Scene.Save method overloads that accept a SaveOptions object. Each save format has a corresponding class that holds save options for that save format....Save Options There are several Scene.save method overloads that accept...saving a scene. from aspose.threed import FileFormat , Scene from...

    docs.aspose.com/3d/python-net/specify-3d-file-s...
  3. Limitations and API Differences|Documentation

    Aspose.3D for Node.js via Java limitations and api differences....a new Scene Aspose.3D for Java Scene scene = new Scene (); Aspose...via Java var scene = new aspose . threed . Scene (); Initialize...

    docs.aspose.com/3d/nodejs-java/limitations-and-...
  4. Working with Radius of Sphere|Documentation

    Using Aspose.3D for Java, you can set of get radius of a sphere....// initialize a scene Scene scene = new Scene (); // initialize...); // add sphere to the scene scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/java/working-with-radius-of-...
  5. 线性挤出加工|Documentation

    Aspose.3D for Node.js via Java 提供了 LinearExtrusion 类,该类接受一个 2D 形状作为输入,并在 3 维空间中扩展该形状。...// 创建场景 var scene = new aspose . threed . Scene (); // 通过传递挤压创建子节点...通过传递挤压创建子节点 scene . getRootNode (). createChildNode ( extrusion );...

    docs.aspose.com/3d/zh/nodejs-java/working-with-...
  6. 操作 3D 场景的自定义属性|Documentation

    开发人员可以添加、检索和删除 3D 对象的自定义属性。3D 对象的RemoveProperty、GetProperty、SetProperty成员是一组用于操作对象的自定义属性的常用方法。...initialize a scene from aspose.threed import Scene from aspose...FileFormat scene = Scene () # create a Box instance box = scene . root_node...

    docs.aspose.com/3d/zh/python-net/manipulate-cus...
  7. 从相机以图像格式渲染 3D 视图|Documentation

    使用 Aspose.3D for .NET,开发人员可以渲染图像以查看 3D 模型的逼真图像,具有或不具有增强的背景、纹理、阴影,还可以调整图像大小。... 从相机拍摄 3D 模型的照片 Scene 类公开的 Render 方法可用于从活动相机拍摄照片。...NET // Load scene from file Scene scene = Scene . FromFile (...

    docs.aspose.com/3d/zh/net/render-3d-view-in-ima...
  8. Working with VRML Format|Documentation

    Aspose.3D for Java allows working with VRML version 1.0. VRML file format has been added to the FileFormat class. Aspose.3D can auto detect VRML format, so the FileFormat is usually ignored in Open method....// initialize a scene Scene scene = new Scene (); // open Virtual...Language (VRML) file format scene . open ( MyDir + "test.wrl"...

    docs.aspose.com/3d/java/working-with-vrml-format/
  9. 产生紫外线|Documentation

    Aspose.3D for .NET 提供了用于公开GenerateUV方法的PolygonModifier类,您可以使用该类手动生成UV并将其与网格关联。下面的代码片段显示了生成和关联它的完整功能。...NET Scene scene = new Scene (); //since all primitive...); //put it to the scene var node = scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/zh/net/generate-uv/
  10. Generate UV|Documentation

    Aspose.3D for Java offers PolygonModifier class which exposes GenerateUV method, with which you can manually generate UV and associate it with the mesh. ... getDataDir (); Scene scene = new Scene (); //since all primitive...); //put it to the scene Node node = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/java/generate-uv/