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 | : 3.149.255.239
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 /
fr /
[ HOME SHELL ]
Name
Size
Permission
Action
align-html-elements-to-3d.html
1.7
KB
-rw-r--r--
backgrounds.html
1.67
KB
-rw-r--r--
billboards.html
1.63
KB
-rw-r--r--
cameras.html
31.26
KB
-rw-r--r--
canvas-textures.html
1.65
KB
-rw-r--r--
cleanup.html
1.62
KB
-rw-r--r--
custom-buffergeometry.html
23.7
KB
-rw-r--r--
debugging-glsl.html
1.65
KB
-rw-r--r--
debugging-javascript.html
1.67
KB
-rw-r--r--
fog.html
14.59
KB
-rw-r--r--
fundamentals.html
29.62
KB
-rw-r--r--
game.html
1.63
KB
-rw-r--r--
indexed-textures.html
1.72
KB
-rw-r--r--
lights.html
29.7
KB
-rw-r--r--
load-gltf.html
1.66
KB
-rw-r--r--
load-obj.html
1.66
KB
-rw-r--r--
material-table.html
1.67
KB
-rw-r--r--
materials.html
20.06
KB
-rw-r--r--
multiple-scenes.html
1.7
KB
-rw-r--r--
offscreencanvas.html
1.65
KB
-rw-r--r--
optimize-lots-of-objects-anima...
1.72
KB
-rw-r--r--
optimize-lots-of-objects.html
1.69
KB
-rw-r--r--
picking.html
1.62
KB
-rw-r--r--
post-processing-3dlut.html
1.67
KB
-rw-r--r--
post-processing.html
1.65
KB
-rw-r--r--
prerequisites.html
21.82
KB
-rw-r--r--
primitives.html
24.34
KB
-rw-r--r--
rendering-on-demand.html
1.67
KB
-rw-r--r--
rendertargets.html
7.87
KB
-rw-r--r--
responsive.html
17.01
KB
-rw-r--r--
scenegraph.html
30.45
KB
-rw-r--r--
setup.html
4.76
KB
-rw-r--r--
shadertoy.html
1.66
KB
-rw-r--r--
shadows.html
29.49
KB
-rw-r--r--
textures.html
34.19
KB
-rw-r--r--
tips.html
1.61
KB
-rw-r--r--
transparency.html
1.64
KB
-rw-r--r--
voxel-geometry.html
1.69
KB
-rw-r--r--
webxr-basics.html
1.6
KB
-rw-r--r--
webxr-look-to-select.html
1.67
KB
-rw-r--r--
webxr-point-to-select.html
1.69
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : load-obj.html
<!DOCTYPE html><html lang="fr"><head> <meta charset="utf-8"> <title>Loading a .OBJ File</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 – Loading a .OBJ File"> <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>Loading a .OBJ File</h1> </div> <div class="lesson"> <div class="lesson-main"> <p>Désolé, cet article n'a pas encore été traduit. <a href="https://github.com/mrdoob/three.js">Les traductions sont le bienvenue</a>! 😄</p> <p><a href="/manual/en/load-obj.html">Voici l'article anglais originel pour le moment</a>.</p> </div> </div> </div> <script src="../resources/prettify.js"></script> <script src="../resources/lesson.js"></script> </body></html>
Close