User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_textures.settexturecoord_integer_single

Table of Contents

TGIS_Textures.SetTextureCoord method

DK for Java | tatukgis.jdk.TGIS_Textures.SetTextureCoord | Methods | Properties

Set texture coordinate.

Available also on: Delphi | .NET | ActiveX | Python.

Syntax

// Java
public void SetTextureCoord(
  int _index,
  float _texture
);
// Oxygene
public
  procedure SetTextureCoord(
    _index : Integer;
    _texture : Single
  );

Parameters

Name Type Description
_index int
Integer
index
_texture float
Single
texture coordinate
2025/01/31 01:18

Page Tools