Platforms to show: All Mac Windows Linux Cross-Platform
SCNGeometryTessellatorMBS class
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | SceneKit | MBS Mac64bit Plugin | 19.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
- 9 properties
- property Adaptive as Boolean
- property edgeTessellationFactor as Double
- property Handle as Integer
- property insideTessellationFactor as Double
- property maximumEdgeLength as Double
- property ScreenSpace as Boolean
- property smoothingMode as Integer
- property tessellationFactorScale as Double
- property tessellationPartitionMode as Integer
- 2 methods
- method Constructor
- method copy as SCNGeometryTessellatorMBS
- 7 constants
Smoothing Modes
| Constant | Value | Description |
|---|---|---|
| SmoothingModeNone | 0 | |
| SmoothingModePhong | 2 | |
| SmoothingModePNTriangles | 1 |
Tessellation Partition Modes
| Constant | Value | Description |
|---|---|---|
| TessellationPartitionModeFractionalEven | 3 |
A fractional even partitioning mode. |
| TessellationPartitionModeFractionalOdd | 2 |
A fractional odd partitioning mode. |
| TessellationPartitionModeInteger | 1 |
An integer partitioning mode. |
| TessellationPartitionModePow2 | 0 |
A power of two partitioning mode. |
This class has no sub classes.
Blog Entries
Release notes
- Version 19.3
- Added SCNGeometryElementMBS, SCNGeometrySourceMBS, SCNGeometryTessellatorMBS and SCNLevelOfDetailMBS classes for SceneKit.
Some properties using for this class:
- SCNGeometryMBS.tessellator as SCNGeometryTessellatorMBS
Some related classes:
- class SCNGeometryElementMBS
- class SCNGeometryMBS
- class SCNGeometrySourceMBS
- class SCNLevelOfDetailMBS
The items on this page are in the following plugins: MBS Mac64bit Plugin.
SCNGeometrySourceMBS - SCNHitTestResultMBS