Last updated

API / geotoolkit3d / scene / seismic / ITiledSurface / ITiledSurface

Class: ITiledSurface

seismic.ITiledSurface.ITiledSurface

Define an interface for 3D objects who make use of a tile system to render. Tile rendering might require manually updating the tiles (as opposed to single texture object), this is why this interface exists.

Implemented by

Table of contents

Constructors
Methods

Contents

Constructors

new ITiledSurface()

new ITiledSurface()

Methods

resetTiles

Abstract resetTiles(): void

Reset the tiles of this object. Depending on the object options, the tiles might be filled with a fill color.

Returns

void