Skip to content

Buffer interpolators

Andreas Plesch edited this page Jan 4, 2022 · 25 revisions

Buffer interpolators

Introduction

x3dom extends the standard interpolators with an option to use a binary data file, the buffer. This extension is based on how gltf uses binary data, and in fact the gltf inline function takes advantage of this extension. A few addtional fields for the interpolator nodes facilitate.

New fields

SFString buffer ""

The url to the binary file, that contains the binary buffer data. [ could be MFString to be consistent with Urls in x3d which have fallback options ].

Clone this wiki locally