GLTFTexture

继承: Resource < RefCounted < Object

目前没有这个类的描述。请帮我们贡献一个

教程

属性

int

sampler

-1

int

src_image

-1


属性说明

int sampler = -1

  • void set_sampler ( int value )

  • int get_sampler ( )

纹理采样器的 ID,在对图像进行采样时使用。如果为 -1,则使用默认的纹理采样器(线性过滤,并在两个轴上重复环绕)。


int src_image = -1

  • void set_src_image ( int value )

  • int get_src_image ( )

与该纹理关联的图像索引,见 GLTFState.get_images。如果为 -1,则该纹理未与图像相关联。

Previous Next


© 版权所有 2014-present Juan Linietsky, Ariel Manzur and the Godot community (CC BY 3.0). Revision b1c660f7.

Built with Sphinx using a theme provided by Read the Docs.