Platform Compatibility
| PC | Mac OSX | Oculus Quest | 
|---|---|---|
| X | X | X | 
Try to load a 513×513 terrain image to replace terrain height values, with optional multiplier into terrain values
Parameters:
- filename
- A string value
 
 - scale Optional
- A float value
 
 
Example:
1  | obj.loadTerrainHeightmap(filename, scale = 1f)  |