You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!DOCTYPE html> < html lang = "zh" > < 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 – Material Feature Table" >
< 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" >
< script type = "importmap" >
{
"imports" : {
"three" : "../../build/three.module.js"
}
}
< / script >
< link rel = "stylesheet" href = "/manual/zh/lang.css" >
< / head >
< body >
< div class = "container" >
< div class = "lesson-title" >
< h1 > 材质特性表< / h1 >
< / div >
< div class = "lesson" >
< div class = "lesson-main" >
< p > 在THREE.js中最常见的材质就是网格材质了, 这里有一个表格, 分别显示了哪些材质支持哪些特性。< / 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 >