Reference Source

Variable

Static Public Summary
public

Texture wrapping mode in which the last pixel of the texture stretches to the edge of the mesh.

public

Media type for GIF images.

public

Media type for JPEG images.

public

Texture magnification and minification filter that returns the weighted average of the four nearest texels to the given sample coordinates.

public

Texture minification filter that chooses two mipmaps that most closely match the size of the pixel being textured, finds within each mipmap the weighted average of the nearest texel to the center of the pixel, then returns the weighted average of those two values.

public

Texture minification filter that chooses the mipmap that most closely matches the size of the pixel being textured and returns the weighted average of the four nearest texels to the given sample coordinates.

public

Texture minification filter that chooses two mipmaps that most closely match the size of the pixel being textured, finds within each mipmap the weighted average of the nearest texel to the center of the pixel, then returns the weighted average of those two values.

public

Texture minification filter that chooses the mipmap that most closely matches the size of the pixel being textured and returns the weighted average of the four nearest texels to the given sample coordinates.

public

Texture wrapping mode in which the texture repeats to infinity, mirroring on each repeat.

public

Texture magnification and minification filter that returns the nearest texel to the given sample coordinates.

public

Texture minification filter that chooses two mipmaps that most closely match the size of the pixel being textured and returns the nearest texel to the center of the pixel at the given sample coordinates.

public

Texture minification filter that chooses the mipmap that most closely matches the size of the pixel being textured and returns the nearest texel to the given sample coordinates.

public

Texture minification filter that chooses two mipmaps that most closely match the size of the pixel being textured and returns the nearest texel to the center of the pixel at the given sample coordinates.

public

Texture minification filter that chooses the mipmap that most closely matches the size of the pixel being textured and returns the nearest texel to the given sample coordinates.

public

Media type for PNG images.

public

Texture wrapping mode in which the texture repeats to infinity.

public

XKT_INFO: {"xktVersion": number}

Provides info on the XKT generated by xeokit-convert.

Static Public

public ClampToEdgeWrapping: number source

import {ClampToEdgeWrapping} from '@xeokit/xeokit-convert/src/constants.js'

Texture wrapping mode in which the last pixel of the texture stretches to the edge of the mesh.

public GIFMediaType: number source

import {GIFMediaType} from '@xeokit/xeokit-convert/src/constants.js'

Media type for GIF images.

public JPEGMediaType: number source

import {JPEGMediaType} from '@xeokit/xeokit-convert/src/constants.js'

Media type for JPEG images.

public LinearFilter: number source

import {LinearFilter} from '@xeokit/xeokit-convert/src/constants.js'

Texture magnification and minification filter that returns the weighted average of the four nearest texels to the given sample coordinates.

public LinearMipMapLinearFilter: number source

import {LinearMipMapLinearFilter} from '@xeokit/xeokit-convert/src/constants.js'

Texture minification filter that chooses two mipmaps that most closely match the size of the pixel being textured, finds within each mipmap the weighted average of the nearest texel to the center of the pixel, then returns the weighted average of those two values.

public LinearMipMapNearestFilter: number source

import {LinearMipMapNearestFilter} from '@xeokit/xeokit-convert/src/constants.js'

Texture minification filter that chooses the mipmap that most closely matches the size of the pixel being textured and returns the weighted average of the four nearest texels to the given sample coordinates.

public LinearMipmapLinearFilter: number source

import {LinearMipmapLinearFilter} from '@xeokit/xeokit-convert/src/constants.js'

Texture minification filter that chooses two mipmaps that most closely match the size of the pixel being textured, finds within each mipmap the weighted average of the nearest texel to the center of the pixel, then returns the weighted average of those two values.

public LinearMipmapNearestFilter: number source

import {LinearMipmapNearestFilter} from '@xeokit/xeokit-convert/src/constants.js'

Texture minification filter that chooses the mipmap that most closely matches the size of the pixel being textured and returns the weighted average of the four nearest texels to the given sample coordinates.

public MirroredRepeatWrapping: number source

import {MirroredRepeatWrapping} from '@xeokit/xeokit-convert/src/constants.js'

Texture wrapping mode in which the texture repeats to infinity, mirroring on each repeat.

public NearestFilter: number source

import {NearestFilter} from '@xeokit/xeokit-convert/src/constants.js'

Texture magnification and minification filter that returns the nearest texel to the given sample coordinates.

public NearestMipMapLinearFilter: number source

import {NearestMipMapLinearFilter} from '@xeokit/xeokit-convert/src/constants.js'

Texture minification filter that chooses two mipmaps that most closely match the size of the pixel being textured and returns the nearest texel to the center of the pixel at the given sample coordinates.

public NearestMipMapNearestFilter: number source

import {NearestMipMapNearestFilter} from '@xeokit/xeokit-convert/src/constants.js'

Texture minification filter that chooses the mipmap that most closely matches the size of the pixel being textured and returns the nearest texel to the given sample coordinates.

public NearestMipmapLinearFilter: number source

import {NearestMipmapLinearFilter} from '@xeokit/xeokit-convert/src/constants.js'

Texture minification filter that chooses two mipmaps that most closely match the size of the pixel being textured and returns the nearest texel to the center of the pixel at the given sample coordinates.

public NearestMipmapNearestFilter: number source

import {NearestMipmapNearestFilter} from '@xeokit/xeokit-convert/src/constants.js'

Texture minification filter that chooses the mipmap that most closely matches the size of the pixel being textured and returns the nearest texel to the given sample coordinates.

public PNGMediaType: number source

import {PNGMediaType} from '@xeokit/xeokit-convert/src/constants.js'

Media type for PNG images.

public RepeatWrapping: number source

import {RepeatWrapping} from '@xeokit/xeokit-convert/src/constants.js'

Texture wrapping mode in which the texture repeats to infinity.

public XKT_INFO: {"xktVersion": number} source

Provides info on the XKT generated by xeokit-convert.