DOTS Geometry
 
Loading...
Searching...
No Matches
Import

Functions

static NativeList< float3 > ImportObjAsPointCloud (string filePath, bool flipZ=true, Allocator allocator=Allocator.Persistent)
 Imports only the points inside an OBJ-File and stores them into a Native List.
 

Detailed Description

Function Documentation

◆ ImportObjAsPointCloud()

static NativeList< float3 > ImportObjAsPointCloud ( string filePath,
bool flipZ = true,
Allocator allocator = Allocator::Persistent )
static

Imports only the points inside an OBJ-File and stores them into a Native List.

Parameters
filePath
flipZ
allocator
Returns