MeshItem
@objc
open class MeshItem : NSObject
MeshItem
contains base information about the 3d item.
-
File URL to ply mesh.
Declaration
Swift
@objc public var meshFileURL: URL
-
File URL to diffuse texture.
Declaration
Swift
@objc public var textureFileURL: URL?
-
File URL to metallic texture.
Declaration
Swift
@objc public var metallicFileURL: URL?
-
File URL to roughness texture.
Declaration
Swift
@objc public var roughnessFileURL: URL?
-
File URL to normal texture.
Declaration
Swift
@objc public var normalsFileURL: URL?
-
File URL to folder with bin blendshapes .
Declaration
Swift
@objc public var blendshapesFolderURL: URL?
-
Is used to determine whether mesh and texture were downloaded or not.
Declaration
Swift
public func isDownloaded() -> Bool