AdapterInterface interface
The interface for implementing an adapter.
Signature:
interface AdapterInterface
Remarks
The Core3D SDK is powered by adapters. This keeps it flexible and makes it usable in a variety of environments. We primarily focus on the browser and Node.js, but it's possible to build a custom adapter to support a custom environment.
Methods
Method |
Description |
---|---|
Create a | |
Create an | |
Create a WebGL rendering context. | |
Create a material. | |
Create a model. | |
Create a scene. | |
Dispose of this adapter and its internal resources. | |
Get the Document from the DOM implementation. |