Properties of models managed by the visionlib. The model properties can be queried by calling requestModelProperties. Each model in the memory, has a corresponding entry of vlModelProperties.# The properties depict stats about how hypothesises are generated in the current state of tracking. More...
#import <vlSDK/vlSDK_Apple.h>
Inherits NSObject.
Instance Methods | |
| (NSString *) | - toString |
Data Fields | |
| bool | enabled |
| If the model is expected to be shown. More... | |
| NSString * | modelHash |
| The model hash code for licensing of the model. More... | |
| NSString * | name |
| The name which has either been automatically assigned, or is coming from the model definitions, when loading. More... | |
| NSString * | uri |
| The URI of the object that has been referenced. More... | |
| bool | occluder |
| If the model will occlude other parts as an invisible part. More... | |
| int | subMeshCount |
| Stats of the model regarding the number of mehes. More... | |
| int | triangleCount |
| Stats of the model regarding the number of triangles used. More... | |
Properties of models managed by the visionlib. The model properties can be queried by calling requestModelProperties. Each model in the memory, has a corresponding entry of vlModelProperties.# The properties depict stats about how hypothesises are generated in the current state of tracking.
| - (NSString *) toString |
| - (bool) enabled |
If the model is expected to be shown.
| - (NSString*) modelHash |
The model hash code for licensing of the model.
| - (NSString*) name |
The name which has either been automatically assigned, or is coming from the model definitions, when loading.
| - (bool) occluder |
If the model will occlude other parts as an invisible part.
| - (int) subMeshCount |
Stats of the model regarding the number of mehes.
| - (int) triangleCount |
Stats of the model regarding the number of triangles used.
| - (NSString*) uri |
The URI of the object that has been referenced.