@acransac/vtk.js
Version:
Visualization Toolkit for the Web
22 lines (15 loc) • 580 B
Markdown
## Introduction
Generate texture coordinates by mapping points to a plane
The TCoords DataArray is name 'Texture Coordinates'
## (Set/Get) Origin
Define the origin of the plane
## (Set/Get) Point1
Specify a point which defines the first axis of the plane
## (Set/Get) Point 2
Specify a point which defines the second axis of the plane
## (Set/Get) AutomaticPlaneGeneration
Turn on/off the automatic plane generation
## (Set/Get) TRange
Specify t-coordinate range for texture s-t coordinate pair
## (Set/Get) SRange
Specify s-coordinate range for texture s-t coordinate pair