Recently Updated Pages
Introduction
The platform features a component for material tracking. This is a voxel layer that can be used t...
Using the Unity3D Plugin
To add the Voxel Farm Unity3D plugin to a new project, select “Assets > Import Package > Import C...
Unity3D Example
The Unity3D example is located in the “<SDKRoot>\Client.Unity\Example” folder. Use that folder to...
Introduction
The Voxel Farm SDK contains a packaged Unity3D plugin you may add to any existing or new Unity3D ...
Example - Mesh Export
The following C# program connects to a Voxel Farm server and exports the terrain surface within a...
Using Views for Data Retrieval
The C# Client library allows a simpler interaction model for applications that just want to read ...
Using Views for Rendering
The C# Client Library allows to integrate the Voxel Farm platform into existing rendering environ...
View Configuration
Once the project loads, the application must determine how to configure the client view. A single...
Creating a View
In order to access spatial information from the Voxel Farm, the application will have to create a...
Spatial Indexing
A grid is assumed to divide the world into equally-sized 3D cells. Each cell measures VoxelFarmCo...
Coordinate Systems
When working with Voxel Farm projects, it is possible to encounter up to three different coordina...
Threading Model
The C# Client is designed to operate in high-frequency, real-time systems like VR rendering. It c...
Introduction
The Voxel Farm solution includes a thin C# client library. This client allows applications runnin...
Functions
Name Parameters Description fetchProgramInputs - programId: strin...
Properties
Name JS Data Type Description projectId string The ID of the...
IVoxelFarmReportLambda
The IVoxelFarmReportLambda interface provides a way to supply custom execution code for a report ...
Report Lambda Examples
using System; using System.IO; using System.IO.Compression; using VoxelFarm.SpatialLambda; ...
IVoxelFarmReportDoneLambdaHost
The IVoxelFarmReportLambdaHost interface provides access to platform features during the final st...
IVoxelFarmReportLambdaHost
The IVoxelFarmReportLambdaHost interface provides access to platform features. Methods: ...
Writing Report Lambdas
Reports are processes that the platform runs over spatial datasets in a massively parallel fashio...