Skip to main content

3D Processor Schemas

Introduction

A schema is a set of rules that represent and validate the structure and format of data.

In addition to describing the structure of data, schemas apply constraints and expectations to data so it can be validated as it moves between systems. These standard definitions allow data to be interpreted consistently, regardless of origin, and remove the need for translation across applications.

RapidPipeline maintains this semantic normalization by using schemas. Schemas are the standard way of describing data processes in RapidPipeline, allowing all data that conforms to schemas to be reused across all different tools and interfaces without conflicts.

The 3D Processing Schema

The 3D Processing Schema describes all the Options RapidPipeline 3D Processor offers in regards to:

  • 3D Data Optimization and other 3D Operations
  • 3D File Format Transcoding
  • 3D Material Model Conversion

3D Processing Schema v1.0 (JSON Schema File).

Schema Documentation

Loading ....

The Rendering Schema

The Rendering Schema describes all the Options RapidPipeline 3D Processor offers in regards to:

  • Rendering 3D Data
  • Camera, light and shadow Options
  • Shading and Post-Post Processing

Rendering Schema v1.0 (JSON Schema File).

Schema Documentation

Loading ....

The System Schema

The System Schema describes all the Developer Options RapidPipeline 3D Processor offers in regards to:

  • info streams
  • maximum concurrent threads
  • etc.

System Schema v1.0 (JSON Schema File).

Schema Documentation

Loading ....