LINEAR_MIPMAP_LINEAR ??

Hi,

In the “COLLADA 1.4.1 Basic Samples\Dice” Dice.dae project that we can download here, we see this :

      <sampler2D>
        <source>file1-surface</source>
        <minfilter>LINEAR_MIPMAP_LINEAR</minfilter>
        <magfilter>LINEAR</magfilter>
      </sampler2D>

I’ve search for “LINEAR_MIPMAP_LINEAR” into the specification (1.5) but cannot find what it mean ?

Please can you tell me what’s wrong ?

See page 355 of the 1.4.1 spec.