How to use the CubeUVRefractionMapping function from three

Find comprehensive JavaScript three.CubeUVRefractionMapping code examples handpicked from public code repositorys.

60
61
62
63
64
65
66
67
68
69
70
	'CubeRefractionMapping': three.CubeRefractionMapping,
	'EquirectangularReflectionMapping': three.EquirectangularReflectionMapping,
	'EquirectangularRefractionMapping': three.EquirectangularRefractionMapping,
	'SphericalReflectionMapping': three.SphericalReflectionMapping,
	'CubeUVReflectionMapping': three.CubeUVReflectionMapping,
	'CubeUVRefractionMapping': three.CubeUVRefractionMapping
}


export const LOADER_TYPES = {
	'json' : {
fork icon1
star icon0
watch icon0

+ 3 other calls in file

Other functions in three

Sorted by popularity

function icon

three.Vector3 is the most popular function in three (22341 examples)