ParamTextureSampler¶
from panda3d.core import ParamTextureSampler
-
class
ParamTextureSampler
¶ Bases:
ParamValueBase
A class object for storing a pointer to a Texture along with a sampler state that indicates how to to sample the given texture.
Inheritance diagram
-
__init__
(tex: Texture, sampler: SamplerState)¶ Creates a new
ParamTextureSampler
storing the given texture and sampler objects.
-
static
getClassType
() → TypeHandle¶
-
getSampler
() → SamplerState¶ Retrieves the sampler state stored in the parameter.
-
property
sampler
→ SamplerState¶ Retrieves the sampler state stored in the parameter.
-