Class Toolkit
- Namespace
- Aspose.CAD.FileFormats.GLB.ToolKit
- Assembly
- Aspose.CAD.dll
public static class Toolkit
- Inheritance
-
Toolkit
- Inherited Members
Methods
- FindNode(Node, Predicate<Node>)
Finds a Node by name in the current graph.
- FindNode(Scene, Predicate<Node>)
Finds a Node by name in the current graph.
- UseImageWithContent(GlbData, MemoryImage)
Creates or reuses an GlbImage with the image content set by
image
- UseImageWithFile(GlbData, string)
Creates or reuses an GlbImage with the file set by
filePath
- WithColor(PunctualLight, Vector3, float, float)
Defines the light color, intensity and range for the current PunctualLight.
- WithDefault(Material)
Initializes this Material instance with default material attributes.
- WithDefault(Material, Vector4)
Initializes this Material instance with default material attributes.
- WithPBRMetallicRoughness(Material)
Initializes this Material instance with PBR Metallic Roughness attributes.
- WithPBRSpecularGlossiness(Material)
Initializes this Material instance with PBR Specular Glossiness attributes.
- WithSpotCone(PunctualLight, float, float)
Sets the cone angles for the Spot light.
- WithUnlit(Material)
Initializes this Material instance with Unlit attributes.