PHP 7.4.33
Preview: DirectionalLightShadow.js Size: 609 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/three/src/lights/DirectionalLightShadow.js
import { LightShadow } from './LightShadow.js';
import { OrthographicCamera } from '../cameras/OrthographicCamera.js';

/**
 * Represents the shadow configuration of directional lights.
 *
 * @augments LightShadow
 */
class DirectionalLightShadow extends LightShadow {

	/**
	 * Constructs a new directional light shadow.
	 */
	constructor() {

		super( new OrthographicCamera( - 5, 5, 5, - 5, 0.5, 500 ) );

		/**
		 * This flag can be used for type testing.
		 *
		 * @type {boolean}
		 * @readonly
		 * @default true
		 */
		this.isDirectionalLightShadow = true;

	}

}

export { DirectionalLightShadow };

Directory Contents

Dirs: 1 × Files: 12
Name Size Perms Modified Actions
webgpu DIR
- drwxr-xr-x 2025-03-28 11:04:38
Edit Download
828 B lrw-r--r-- 2025-03-28 11:04:37
Edit Download
2.59 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
609 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
1.35 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
1.94 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
2.24 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
7.23 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
2.76 KB lrw-r--r-- 2025-03-28 11:04:39
Edit Download
2.99 KB lrw-r--r-- 2025-03-28 11:04:39
Edit Download
2.55 KB lrw-r--r-- 2025-03-28 11:04:39
Edit Download
4.46 KB lrw-r--r-- 2025-03-28 11:04:39
Edit Download
1.34 KB lrw-r--r-- 2025-03-28 11:04:39
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).