代码提交

This commit is contained in:
luoshiwen 2023-03-30 16:25:04 +08:00
parent f0f90e1b8f
commit b95ce916b8
963 changed files with 2348807 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@ -0,0 +1,21 @@
.DS_Store
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

201
LICENSE Normal file
View File

@ -0,0 +1,201 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

5
babel.config.js Normal file
View File

@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}

15268
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

68
package.json Normal file
View File

@ -0,0 +1,68 @@
{
"name": "big-screen-vue-datav",
"version": "1.5.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --mode development",
"test":"vue-cli-service serve --mode test",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@jiaminghi/data-view": "^2.7.3",
"@types/echarts": "^4.4.3",
"axios": "^0.27.2",
"core-js": "^3.6.4",
"echarts": "^4.6.0",
"echarts-liquidfill": "^3.1.0",
"element-ui": "^2.15.5",
"jsencrypt": "^3.3.2",
"moment": "^2.29.4",
"mqtt": "^4.3.7",
"socket.io": "^4.5.1",
"three": "^0.146.0",
"three-obj-mtl-loader": "^1.0.3",
"three-orbit-controls": "^82.1.0",
"three-stats": "^1.0.1",
"vue": "^2.6.11",
"vue-awesome": "^4.0.2",
"vue-pdf": "^4.3.0",
"vue-router": "^3.1.5",
"vue-seamless-scroll": "^1.1.23",
"vue-socket.io": "^3.0.10",
"vue-unity-webgl": "^1.2.0",
"vuex": "^3.1.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.2.0",
"@vue/cli-plugin-eslint": "^4.2.0",
"@vue/cli-service": "^4.2.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.1.2",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {
"vue/no-unused-components": "off",
"no-unused-vars": "off"
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}

8
public/default.html Normal file
View File

@ -0,0 +1,8 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><title>big-screen-vue-datav</title><script src=https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js></script><script src=https://unpkg.com/mqtt/dist/mqtt.min.js></script><link href=static/css/chunk-21a73819.86bb875a.css rel=prefetch><link href=static/css/chunk-401ed013.5f314033.css rel=prefetch><link href=static/css/chunk-44f1bae8.f80c4d59.css rel=prefetch><link href=static/js/chunk-21a73819.1135e27e.js rel=prefetch><link href=static/js/chunk-401ed013.27c5d402.js rel=prefetch><link href=static/js/chunk-44f1bae8.e6c7536c.js rel=prefetch><link href=static/css/app.23512ec6.css rel=preload as=style><link href=static/css/chunk-vendors.eb765253.css rel=preload as=style><link href=static/js/app.cdcc0a71.js rel=preload as=script><link href=static/js/chunk-vendors.8bc9721d.js rel=preload as=script><link href=static/css/chunk-vendors.eb765253.css rel=stylesheet><link href=static/css/app.23512ec6.css rel=stylesheet></head><style>body,html{
width: 100%;
height: 100%;
}
#app{
width: 100%;
height: 100%;
}</style><body><noscript><strong>We're sorry but big-screen-vue-datav doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=static/js/chunk-vendors.8bc9721d.js></script><script src=static/js/app.cdcc0a71.js></script></body></html>

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
public/htWeb/OldHall/3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

BIN
public/htWeb/OldHall/50.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

BIN
public/htWeb/OldHall/69.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

BIN
public/htWeb/OldHall/70.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

View File

@ -0,0 +1,16 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 02.12.2022 16:11:53
newmtl Man_UI
Kd 0.5000 0.5000 0.5000
Ks 0.0000 0.0000 0.0000
Tr 0.0000
d 1.0000
Tf 0.0000 0.0000 0.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,16 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 02.12.2022 16:12:00
newmtl Man_UI
Kd 0.5000 0.5000 0.5000
Ks 0.0000 0.0000 0.0000
Tr 0.0000
d 1.0000
Tf 0.0000 0.0000 0.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,16 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 02.12.2022 16:12:05
newmtl Man_UI
Kd 0.5000 0.5000 0.5000
Ks 0.0000 0.0000 0.0000
Tr 0.0000
d 1.0000
Tf 0.0000 0.0000 0.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,16 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 02.12.2022 16:12:09
newmtl Man_UI
Kd 0.5000 0.5000 0.5000
Ks 0.0000 0.0000 0.0000
Tr 0.0000
d 1.0000
Tf 0.0000 0.0000 0.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,30 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 02.12.2022 16:13:54
newmtl TYWJ_SheXiangTou_02
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.5882 0.5882 0.5882
Kd 0.5882 0.5882 0.5882
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
map_Ka TYWJ_SheXiangTou_02_D.jpg
map_Kd TYWJ_SheXiangTou_02_D.jpg
newmtl BoLi
Ns 10.0000
Ni 1.5000
d 0.6000
Tr 0.4000
Tf 0.6000 0.6000 0.6000
illum 2
Ka 0.5880 0.5880 0.5880
Kd 0.5880 0.5880 0.5880
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
map_Ka TY_BoLi.png
map_Kd TY_BoLi.png

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,14 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 09.12.2022 16:07:51
newmtl JianKong_L
Ns 10.0000
Ni 1.5000
d 0.7000
Tr 0.3000
Tf 0.7000 0.7000 0.7000
illum 2
Ka 0.1176 0.7020 0.2000
Kd 0.1176 0.7020 0.2000
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.7765 0.1098

View File

@ -0,0 +1,282 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 09.12.2022 16:07:51
mtllib ¾É¹Ý¼à¿Ø_8_ÂÌ.mtl
#
# object JianKong3D_015L
#
v -203.4376 42.0184 -12.7719
v -203.4376 40.5247 -16.3781
v -205.9876 40.5247 -15.3219
v -207.0439 40.5247 -12.7719
v -205.9876 40.5247 -10.2219
v -203.4376 40.5247 -9.1656
v -200.8876 40.5247 -10.2219
v -199.8314 40.5247 -12.7719
v -200.8876 40.5247 -15.3219
v -207.0439 36.9184 -16.3781
v -203.4376 36.9184 -17.8719
v -208.5376 36.9184 -12.7719
v -207.0439 36.9184 -9.1656
v -203.4376 36.9184 -7.6719
v -199.8314 36.9184 -9.1656
v -198.3376 36.9184 -12.7719
v -199.8314 36.9184 -16.3781
v -205.9876 33.3122 -15.3219
v -203.4376 33.3122 -16.3781
v -207.0439 33.3122 -12.7719
v -205.9876 33.3122 -10.2219
v -203.4376 33.3122 -9.1656
v -200.8876 33.3122 -10.2219
v -199.8314 33.3122 -12.7719
v -200.8876 33.3122 -15.3219
v -203.4376 31.8184 -12.7719
# 26 vertices
vn -0.0000 1.0000 -0.0000
vn 0.0000 0.6630 -0.7486
vn -0.5294 0.6630 -0.5294
vn -0.0000 1.0000 -0.0000
vn -0.5294 0.6630 -0.5294
vn -0.7486 0.6630 0.0000
vn -0.0000 1.0000 -0.0000
vn -0.7486 0.6630 0.0000
vn -0.5294 0.6630 0.5294
vn -0.0000 1.0000 -0.0000
vn -0.5294 0.6630 0.5294
vn 0.0000 0.6630 0.7486
vn -0.0000 1.0000 -0.0000
vn 0.0000 0.6630 0.7486
vn 0.5294 0.6630 0.5294
vn -0.0000 1.0000 -0.0000
vn 0.5294 0.6630 0.5294
vn 0.7486 0.6630 0.0000
vn -0.0000 1.0000 -0.0000
vn 0.7486 0.6630 0.0000
vn 0.5294 0.6630 -0.5294
vn -0.0000 1.0000 -0.0000
vn 0.5294 0.6630 -0.5294
vn 0.0000 0.6630 -0.7486
vn -0.7071 -0.0000 -0.7071
vn -0.5294 0.6630 -0.5294
vn 0.0000 0.6630 -0.7486
vn 0.0000 0.6630 -0.7486
vn 0.0000 -0.0000 -1.0000
vn -0.7071 -0.0000 -0.7071
vn -1.0000 -0.0000 0.0000
vn -0.7486 0.6630 0.0000
vn -0.5294 0.6630 -0.5294
vn -0.5294 0.6630 -0.5294
vn -0.7071 -0.0000 -0.7071
vn -1.0000 -0.0000 0.0000
vn -0.7071 -0.0000 0.7071
vn -0.5294 0.6630 0.5294
vn -0.7486 0.6630 0.0000
vn -0.7486 0.6630 0.0000
vn -1.0000 -0.0000 0.0000
vn -0.7071 -0.0000 0.7071
vn -0.0000 -0.0000 1.0000
vn 0.0000 0.6630 0.7486
vn -0.5294 0.6630 0.5294
vn -0.5294 0.6630 0.5294
vn -0.7071 -0.0000 0.7071
vn -0.0000 -0.0000 1.0000
vn 0.7071 -0.0000 0.7071
vn 0.5294 0.6630 0.5294
vn 0.0000 0.6630 0.7486
vn 0.0000 0.6630 0.7486
vn -0.0000 -0.0000 1.0000
vn 0.7071 -0.0000 0.7071
vn 1.0000 -0.0000 0.0000
vn 0.7486 0.6630 0.0000
vn 0.5294 0.6630 0.5294
vn 0.5294 0.6630 0.5294
vn 0.7071 -0.0000 0.7071
vn 1.0000 -0.0000 0.0000
vn 0.7071 -0.0000 -0.7071
vn 0.5294 0.6630 -0.5294
vn 0.7486 0.6630 0.0000
vn 0.7486 0.6630 0.0000
vn 1.0000 -0.0000 0.0000
vn 0.7071 -0.0000 -0.7071
vn 0.0000 -0.0000 -1.0000
vn 0.0000 0.6630 -0.7486
vn 0.5294 0.6630 -0.5294
vn 0.5294 0.6630 -0.5294
vn 0.7071 -0.0000 -0.7071
vn 0.0000 -0.0000 -1.0000
vn -0.5294 -0.6630 -0.5294
vn -0.7071 -0.0000 -0.7071
vn 0.0000 -0.0000 -1.0000
vn 0.0000 -0.0000 -1.0000
vn 0.0000 -0.6630 -0.7486
vn -0.5294 -0.6630 -0.5294
vn -0.7486 -0.6630 0.0000
vn -1.0000 -0.0000 0.0000
vn -0.7071 -0.0000 -0.7071
vn -0.7071 -0.0000 -0.7071
vn -0.5294 -0.6630 -0.5294
vn -0.7486 -0.6630 0.0000
vn -0.5294 -0.6630 0.5294
vn -0.7071 -0.0000 0.7071
vn -1.0000 -0.0000 0.0000
vn -1.0000 -0.0000 0.0000
vn -0.7486 -0.6630 0.0000
vn -0.5294 -0.6630 0.5294
vn -0.0000 -0.6630 0.7486
vn -0.0000 -0.0000 1.0000
vn -0.7071 -0.0000 0.7071
vn -0.7071 -0.0000 0.7071
vn -0.5294 -0.6630 0.5294
vn -0.0000 -0.6630 0.7486
vn 0.5294 -0.6630 0.5294
vn 0.7071 -0.0000 0.7071
vn -0.0000 -0.0000 1.0000
vn -0.0000 -0.0000 1.0000
vn -0.0000 -0.6630 0.7486
vn 0.5294 -0.6630 0.5294
vn 0.7486 -0.6630 0.0000
vn 1.0000 -0.0000 0.0000
vn 0.7071 -0.0000 0.7071
vn 0.7071 -0.0000 0.7071
vn 0.5294 -0.6630 0.5294
vn 0.7486 -0.6630 0.0000
vn 0.5294 -0.6630 -0.5294
vn 0.7071 -0.0000 -0.7071
vn 1.0000 -0.0000 0.0000
vn 1.0000 -0.0000 0.0000
vn 0.7486 -0.6630 0.0000
vn 0.5294 -0.6630 -0.5294
vn 0.0000 -0.6630 -0.7486
vn 0.0000 -0.0000 -1.0000
vn 0.7071 -0.0000 -0.7071
vn 0.7071 -0.0000 -0.7071
vn 0.5294 -0.6630 -0.5294
vn 0.0000 -0.6630 -0.7486
vn -0.0000 -1.0000 -0.0000
vn -0.5294 -0.6630 -0.5294
vn 0.0000 -0.6630 -0.7486
vn -0.0000 -1.0000 -0.0000
vn -0.7486 -0.6630 0.0000
vn -0.5294 -0.6630 -0.5294
vn -0.0000 -1.0000 -0.0000
vn -0.5294 -0.6630 0.5294
vn -0.7486 -0.6630 0.0000
vn -0.0000 -1.0000 -0.0000
vn -0.0000 -0.6630 0.7486
vn -0.5294 -0.6630 0.5294
vn -0.0000 -1.0000 -0.0000
vn 0.5294 -0.6630 0.5294
vn -0.0000 -0.6630 0.7486
vn -0.0000 -1.0000 -0.0000
vn 0.7486 -0.6630 0.0000
vn 0.5294 -0.6630 0.5294
vn -0.0000 -1.0000 -0.0000
vn 0.5294 -0.6630 -0.5294
vn 0.7486 -0.6630 0.0000
vn -0.0000 -1.0000 -0.0000
vn 0.0000 -0.6630 -0.7486
vn 0.5294 -0.6630 -0.5294
# 144 vertex normals
vt 0.0000 1.0000 0.0000
vt 0.0000 0.7500 0.0000
vt 0.1250 0.7500 0.0000
vt 0.1250 1.0000 0.0000
vt 0.2500 0.7500 0.0000
vt 0.2500 1.0000 0.0000
vt 0.3750 0.7500 0.0000
vt 0.3750 1.0000 0.0000
vt 0.5000 0.7500 0.0000
vt 0.5000 1.0000 0.0000
vt 0.6250 0.7500 0.0000
vt 0.6250 1.0000 0.0000
vt 0.7500 0.7500 0.0000
vt 0.7500 1.0000 0.0000
vt 0.8750 0.7500 0.0000
vt 0.8750 1.0000 0.0000
vt 1.0000 0.7500 0.0000
vt 0.1250 0.5000 0.0000
vt 0.0000 0.5000 0.0000
vt 0.2500 0.5000 0.0000
vt 0.3750 0.5000 0.0000
vt 0.5000 0.5000 0.0000
vt 0.6250 0.5000 0.0000
vt 0.7500 0.5000 0.0000
vt 0.8750 0.5000 0.0000
vt 1.0000 0.5000 0.0000
vt 0.1250 0.2500 0.0000
vt 0.0000 0.2500 0.0000
vt 0.2500 0.2500 0.0000
vt 0.3750 0.2500 0.0000
vt 0.5000 0.2500 0.0000
vt 0.6250 0.2500 0.0000
vt 0.7500 0.2500 0.0000
vt 0.8750 0.2500 0.0000
vt 1.0000 0.2500 0.0000
vt 0.0000 0.0000 0.0000
vt 0.1250 0.0000 0.0000
vt 0.2500 0.0000 0.0000
vt 0.3750 0.0000 0.0000
vt 0.5000 0.0000 0.0000
vt 0.6250 0.0000 0.0000
vt 0.7500 0.0000 0.0000
vt 0.8750 0.0000 0.0000
# 43 texture coords
o JianKong3D_015L
g JianKong3D_015L
usemtl JianKong_L
s 1
f 1/1/1 2/2/2 3/3/3
f 1/4/4 3/3/5 4/5/6
f 1/6/7 4/5/8 5/7/9
f 1/8/10 5/7/11 6/9/12
f 1/10/13 6/9/14 7/11/15
f 1/12/16 7/11/17 8/13/18
f 1/14/19 8/13/20 9/15/21
f 1/16/22 9/15/23 2/17/24
f 10/18/25 3/3/26 2/2/27
f 2/2/28 11/19/29 10/18/30
f 12/20/31 4/5/32 3/3/33
f 3/3/34 10/18/35 12/20/36
f 13/21/37 5/7/38 4/5/39
f 4/5/40 12/20/41 13/21/42
f 14/22/43 6/9/44 5/7/45
f 5/7/46 13/21/47 14/22/48
f 15/23/49 7/11/50 6/9/51
f 6/9/52 14/22/53 15/23/54
f 16/24/55 8/13/56 7/11/57
f 7/11/58 15/23/59 16/24/60
f 17/25/61 9/15/62 8/13/63
f 8/13/64 16/24/65 17/25/66
f 11/26/67 2/17/68 9/15/69
f 9/15/70 17/25/71 11/26/72
f 18/27/73 10/18/74 11/19/75
f 11/19/76 19/28/77 18/27/78
f 20/29/79 12/20/80 10/18/81
f 10/18/82 18/27/83 20/29/84
f 21/30/85 13/21/86 12/20/87
f 12/20/88 20/29/89 21/30/90
f 22/31/91 14/22/92 13/21/93
f 13/21/94 21/30/95 22/31/96
f 23/32/97 15/23/98 14/22/99
f 14/22/100 22/31/101 23/32/102
f 24/33/103 16/24/104 15/23/105
f 15/23/106 23/32/107 24/33/108
f 25/34/109 17/25/110 16/24/111
f 16/24/112 24/33/113 25/34/114
f 19/35/115 11/26/116 17/25/117
f 17/25/118 25/34/119 19/35/120
f 26/36/121 18/27/122 19/28/123
f 26/37/124 20/29/125 18/27/126
f 26/38/127 21/30/128 20/29/129
f 26/39/130 22/31/131 21/30/132
f 26/40/133 23/32/134 22/31/135
f 26/41/136 24/33/137 23/32/138
f 26/42/139 25/34/140 24/33/141
f 26/43/142 19/35/143 25/34/144
# 48 faces

View File

@ -0,0 +1,14 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 09.12.2022 16:07:19
newmtl Material__6077
Ns 10.0000
Ni 1.5000
d 0.7000
Tr 0.3000
Tf 0.7000 0.7000 0.7000
illum 2
Ka 0.4863 0.4863 0.4863
Kd 0.4863 0.4863 0.4863
Ks 0.0000 0.0000 0.0000
Ke 0.3059 0.3059 0.3059

View File

@ -0,0 +1,282 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 09.12.2022 16:07:19
mtllib ¾É¹Ý¼à¿Ø_7_»Ò.mtl
#
# object JianKong3D_014H
#
v -175.2453 42.0184 -43.8967
v -175.2453 40.5247 -47.5029
v -177.7953 40.5247 -46.4467
v -178.8516 40.5247 -43.8967
v -177.7953 40.5247 -41.3467
v -175.2453 40.5247 -40.2904
v -172.6953 40.5247 -41.3467
v -171.6391 40.5247 -43.8967
v -172.6953 40.5247 -46.4467
v -178.8516 36.9184 -47.5029
v -175.2453 36.9184 -48.9967
v -180.3453 36.9184 -43.8967
v -178.8516 36.9184 -40.2904
v -175.2453 36.9184 -38.7967
v -171.6391 36.9184 -40.2904
v -170.1453 36.9184 -43.8967
v -171.6391 36.9184 -47.5029
v -177.7953 33.3122 -46.4467
v -175.2453 33.3122 -47.5029
v -178.8516 33.3122 -43.8967
v -177.7953 33.3122 -41.3467
v -175.2453 33.3122 -40.2904
v -172.6953 33.3122 -41.3467
v -171.6391 33.3122 -43.8967
v -172.6953 33.3122 -46.4467
v -175.2453 31.8184 -43.8967
# 26 vertices
vn -0.0000 1.0000 -0.0000
vn 0.0000 0.6630 -0.7486
vn -0.5294 0.6630 -0.5294
vn -0.0000 1.0000 -0.0000
vn -0.5294 0.6630 -0.5294
vn -0.7486 0.6630 0.0000
vn -0.0000 1.0000 -0.0000
vn -0.7486 0.6630 0.0000
vn -0.5294 0.6630 0.5294
vn -0.0000 1.0000 -0.0000
vn -0.5294 0.6630 0.5294
vn 0.0000 0.6630 0.7486
vn -0.0000 1.0000 -0.0000
vn 0.0000 0.6630 0.7486
vn 0.5294 0.6630 0.5294
vn -0.0000 1.0000 -0.0000
vn 0.5294 0.6630 0.5294
vn 0.7486 0.6630 0.0000
vn -0.0000 1.0000 -0.0000
vn 0.7486 0.6630 0.0000
vn 0.5294 0.6630 -0.5294
vn -0.0000 1.0000 -0.0000
vn 0.5294 0.6630 -0.5294
vn 0.0000 0.6630 -0.7486
vn -0.7071 -0.0000 -0.7071
vn -0.5294 0.6630 -0.5294
vn 0.0000 0.6630 -0.7486
vn 0.0000 0.6630 -0.7486
vn 0.0000 -0.0000 -1.0000
vn -0.7071 -0.0000 -0.7071
vn -1.0000 -0.0000 0.0000
vn -0.7486 0.6630 0.0000
vn -0.5294 0.6630 -0.5294
vn -0.5294 0.6630 -0.5294
vn -0.7071 -0.0000 -0.7071
vn -1.0000 -0.0000 0.0000
vn -0.7071 -0.0000 0.7071
vn -0.5294 0.6630 0.5294
vn -0.7486 0.6630 0.0000
vn -0.7486 0.6630 0.0000
vn -1.0000 -0.0000 0.0000
vn -0.7071 -0.0000 0.7071
vn -0.0000 -0.0000 1.0000
vn 0.0000 0.6630 0.7486
vn -0.5294 0.6630 0.5294
vn -0.5294 0.6630 0.5294
vn -0.7071 -0.0000 0.7071
vn -0.0000 -0.0000 1.0000
vn 0.7071 -0.0000 0.7071
vn 0.5294 0.6630 0.5294
vn 0.0000 0.6630 0.7486
vn 0.0000 0.6630 0.7486
vn -0.0000 -0.0000 1.0000
vn 0.7071 -0.0000 0.7071
vn 1.0000 -0.0000 0.0000
vn 0.7486 0.6630 0.0000
vn 0.5294 0.6630 0.5294
vn 0.5294 0.6630 0.5294
vn 0.7071 -0.0000 0.7071
vn 1.0000 -0.0000 0.0000
vn 0.7071 -0.0000 -0.7071
vn 0.5294 0.6630 -0.5294
vn 0.7486 0.6630 0.0000
vn 0.7486 0.6630 0.0000
vn 1.0000 -0.0000 0.0000
vn 0.7071 -0.0000 -0.7071
vn 0.0000 -0.0000 -1.0000
vn 0.0000 0.6630 -0.7486
vn 0.5294 0.6630 -0.5294
vn 0.5294 0.6630 -0.5294
vn 0.7071 -0.0000 -0.7071
vn 0.0000 -0.0000 -1.0000
vn -0.5294 -0.6630 -0.5294
vn -0.7071 -0.0000 -0.7071
vn 0.0000 -0.0000 -1.0000
vn 0.0000 -0.0000 -1.0000
vn 0.0000 -0.6630 -0.7486
vn -0.5294 -0.6630 -0.5294
vn -0.7486 -0.6630 0.0000
vn -1.0000 -0.0000 0.0000
vn -0.7071 -0.0000 -0.7071
vn -0.7071 -0.0000 -0.7071
vn -0.5294 -0.6630 -0.5294
vn -0.7486 -0.6630 0.0000
vn -0.5294 -0.6630 0.5294
vn -0.7071 -0.0000 0.7071
vn -1.0000 -0.0000 0.0000
vn -1.0000 -0.0000 0.0000
vn -0.7486 -0.6630 0.0000
vn -0.5294 -0.6630 0.5294
vn -0.0000 -0.6630 0.7486
vn -0.0000 -0.0000 1.0000
vn -0.7071 -0.0000 0.7071
vn -0.7071 -0.0000 0.7071
vn -0.5294 -0.6630 0.5294
vn -0.0000 -0.6630 0.7486
vn 0.5294 -0.6630 0.5294
vn 0.7071 -0.0000 0.7071
vn -0.0000 -0.0000 1.0000
vn -0.0000 -0.0000 1.0000
vn -0.0000 -0.6630 0.7486
vn 0.5294 -0.6630 0.5294
vn 0.7486 -0.6630 0.0000
vn 1.0000 -0.0000 0.0000
vn 0.7071 -0.0000 0.7071
vn 0.7071 -0.0000 0.7071
vn 0.5294 -0.6630 0.5294
vn 0.7486 -0.6630 0.0000
vn 0.5294 -0.6630 -0.5294
vn 0.7071 -0.0000 -0.7071
vn 1.0000 -0.0000 0.0000
vn 1.0000 -0.0000 0.0000
vn 0.7486 -0.6630 0.0000
vn 0.5294 -0.6630 -0.5294
vn 0.0000 -0.6630 -0.7486
vn 0.0000 -0.0000 -1.0000
vn 0.7071 -0.0000 -0.7071
vn 0.7071 -0.0000 -0.7071
vn 0.5294 -0.6630 -0.5294
vn 0.0000 -0.6630 -0.7486
vn -0.0000 -1.0000 -0.0000
vn -0.5294 -0.6630 -0.5294
vn 0.0000 -0.6630 -0.7486
vn -0.0000 -1.0000 -0.0000
vn -0.7486 -0.6630 0.0000
vn -0.5294 -0.6630 -0.5294
vn -0.0000 -1.0000 -0.0000
vn -0.5294 -0.6630 0.5294
vn -0.7486 -0.6630 0.0000
vn -0.0000 -1.0000 -0.0000
vn -0.0000 -0.6630 0.7486
vn -0.5294 -0.6630 0.5294
vn -0.0000 -1.0000 -0.0000
vn 0.5294 -0.6630 0.5294
vn -0.0000 -0.6630 0.7486
vn -0.0000 -1.0000 -0.0000
vn 0.7486 -0.6630 0.0000
vn 0.5294 -0.6630 0.5294
vn -0.0000 -1.0000 -0.0000
vn 0.5294 -0.6630 -0.5294
vn 0.7486 -0.6630 0.0000
vn -0.0000 -1.0000 -0.0000
vn 0.0000 -0.6630 -0.7486
vn 0.5294 -0.6630 -0.5294
# 144 vertex normals
vt 0.0000 1.0000 0.0000
vt 0.0000 0.7500 0.0000
vt 0.1250 0.7500 0.0000
vt 0.1250 1.0000 0.0000
vt 0.2500 0.7500 0.0000
vt 0.2500 1.0000 0.0000
vt 0.3750 0.7500 0.0000
vt 0.3750 1.0000 0.0000
vt 0.5000 0.7500 0.0000
vt 0.5000 1.0000 0.0000
vt 0.6250 0.7500 0.0000
vt 0.6250 1.0000 0.0000
vt 0.7500 0.7500 0.0000
vt 0.7500 1.0000 0.0000
vt 0.8750 0.7500 0.0000
vt 0.8750 1.0000 0.0000
vt 1.0000 0.7500 0.0000
vt 0.1250 0.5000 0.0000
vt 0.0000 0.5000 0.0000
vt 0.2500 0.5000 0.0000
vt 0.3750 0.5000 0.0000
vt 0.5000 0.5000 0.0000
vt 0.6250 0.5000 0.0000
vt 0.7500 0.5000 0.0000
vt 0.8750 0.5000 0.0000
vt 1.0000 0.5000 0.0000
vt 0.1250 0.2500 0.0000
vt 0.0000 0.2500 0.0000
vt 0.2500 0.2500 0.0000
vt 0.3750 0.2500 0.0000
vt 0.5000 0.2500 0.0000
vt 0.6250 0.2500 0.0000
vt 0.7500 0.2500 0.0000
vt 0.8750 0.2500 0.0000
vt 1.0000 0.2500 0.0000
vt 0.0000 0.0000 0.0000
vt 0.1250 0.0000 0.0000
vt 0.2500 0.0000 0.0000
vt 0.3750 0.0000 0.0000
vt 0.5000 0.0000 0.0000
vt 0.6250 0.0000 0.0000
vt 0.7500 0.0000 0.0000
vt 0.8750 0.0000 0.0000
# 43 texture coords
o JianKong3D_014H
g JianKong3D_014H
usemtl Material__6077
s 1
f 1/1/1 2/2/2 3/3/3
f 1/4/4 3/3/5 4/5/6
f 1/6/7 4/5/8 5/7/9
f 1/8/10 5/7/11 6/9/12
f 1/10/13 6/9/14 7/11/15
f 1/12/16 7/11/17 8/13/18
f 1/14/19 8/13/20 9/15/21
f 1/16/22 9/15/23 2/17/24
f 10/18/25 3/3/26 2/2/27
f 2/2/28 11/19/29 10/18/30
f 12/20/31 4/5/32 3/3/33
f 3/3/34 10/18/35 12/20/36
f 13/21/37 5/7/38 4/5/39
f 4/5/40 12/20/41 13/21/42
f 14/22/43 6/9/44 5/7/45
f 5/7/46 13/21/47 14/22/48
f 15/23/49 7/11/50 6/9/51
f 6/9/52 14/22/53 15/23/54
f 16/24/55 8/13/56 7/11/57
f 7/11/58 15/23/59 16/24/60
f 17/25/61 9/15/62 8/13/63
f 8/13/64 16/24/65 17/25/66
f 11/26/67 2/17/68 9/15/69
f 9/15/70 17/25/71 11/26/72
f 18/27/73 10/18/74 11/19/75
f 11/19/76 19/28/77 18/27/78
f 20/29/79 12/20/80 10/18/81
f 10/18/82 18/27/83 20/29/84
f 21/30/85 13/21/86 12/20/87
f 12/20/88 20/29/89 21/30/90
f 22/31/91 14/22/92 13/21/93
f 13/21/94 21/30/95 22/31/96
f 23/32/97 15/23/98 14/22/99
f 14/22/100 22/31/101 23/32/102
f 24/33/103 16/24/104 15/23/105
f 15/23/106 23/32/107 24/33/108
f 25/34/109 17/25/110 16/24/111
f 16/24/112 24/33/113 25/34/114
f 19/35/115 11/26/116 17/25/117
f 17/25/118 25/34/119 19/35/120
f 26/36/121 18/27/122 19/28/123
f 26/37/124 20/29/125 18/27/126
f 26/38/127 21/30/128 20/29/129
f 26/39/130 22/31/131 21/30/132
f 26/40/133 23/32/134 22/31/135
f 26/41/136 24/33/137 23/32/138
f 26/42/139 25/34/140 24/33/141
f 26/43/142 19/35/143 25/34/144
# 48 faces

View File

@ -0,0 +1,14 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 09.12.2022 16:06:44
newmtl Material__6077
Ns 10.0000
Ni 1.5000
d 0.7000
Tr 0.3000
Tf 0.7000 0.7000 0.7000
illum 2
Ka 0.4863 0.4863 0.4863
Kd 0.4863 0.4863 0.4863
Ks 0.0000 0.0000 0.0000
Ke 0.3059 0.3059 0.3059

View File

@ -0,0 +1,282 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 09.12.2022 16:06:44
mtllib <20>ɹݼ<C9B9><DDBC>_6_<36><5F>.mtl
#
# object JianKong3D_013H
#
v -96.9581 50.6631 46.8153
v -96.9581 49.1693 43.2091
v -99.5081 49.1693 44.2653
v -100.5643 49.1693 46.8153
v -99.5081 49.1693 49.3653
v -96.9581 49.1693 50.4215
v -94.4081 49.1693 49.3653
v -93.3518 49.1693 46.8153
v -94.4081 49.1693 44.2653
v -100.5643 45.5631 43.2091
v -96.9581 45.5631 41.7153
v -102.0581 45.5631 46.8153
v -100.5643 45.5631 50.4216
v -96.9581 45.5631 51.9153
v -93.3518 45.5631 50.4216
v -91.8581 45.5631 46.8153
v -93.3518 45.5631 43.2091
v -99.5081 41.9568 44.2653
v -96.9581 41.9568 43.2091
v -100.5643 41.9568 46.8153
v -99.5081 41.9568 49.3653
v -96.9581 41.9568 50.4215
v -94.4081 41.9568 49.3653
v -93.3518 41.9568 46.8153
v -94.4081 41.9568 44.2653
v -96.9581 40.4631 46.8153
# 26 vertices
vn -0.0000 1.0000 -0.0000
vn 0.0000 0.6630 -0.7486
vn -0.5294 0.6630 -0.5294
vn -0.0000 1.0000 -0.0000
vn -0.5294 0.6630 -0.5294
vn -0.7486 0.6630 0.0000
vn -0.0000 1.0000 -0.0000
vn -0.7486 0.6630 0.0000
vn -0.5294 0.6630 0.5294
vn -0.0000 1.0000 -0.0000
vn -0.5294 0.6630 0.5294
vn 0.0000 0.6630 0.7486
vn -0.0000 1.0000 -0.0000
vn 0.0000 0.6630 0.7486
vn 0.5294 0.6630 0.5294
vn -0.0000 1.0000 -0.0000
vn 0.5294 0.6630 0.5294
vn 0.7486 0.6630 0.0000
vn -0.0000 1.0000 -0.0000
vn 0.7486 0.6630 0.0000
vn 0.5294 0.6630 -0.5294
vn -0.0000 1.0000 -0.0000
vn 0.5294 0.6630 -0.5294
vn 0.0000 0.6630 -0.7486
vn -0.7071 -0.0000 -0.7071
vn -0.5294 0.6630 -0.5294
vn 0.0000 0.6630 -0.7486
vn 0.0000 0.6630 -0.7486
vn 0.0000 -0.0000 -1.0000
vn -0.7071 -0.0000 -0.7071
vn -1.0000 -0.0000 0.0000
vn -0.7486 0.6630 0.0000
vn -0.5294 0.6630 -0.5294
vn -0.5294 0.6630 -0.5294
vn -0.7071 -0.0000 -0.7071
vn -1.0000 -0.0000 0.0000
vn -0.7071 -0.0000 0.7071
vn -0.5294 0.6630 0.5294
vn -0.7486 0.6630 0.0000
vn -0.7486 0.6630 0.0000
vn -1.0000 -0.0000 0.0000
vn -0.7071 -0.0000 0.7071
vn -0.0000 -0.0000 1.0000
vn 0.0000 0.6630 0.7486
vn -0.5294 0.6630 0.5294
vn -0.5294 0.6630 0.5294
vn -0.7071 -0.0000 0.7071
vn -0.0000 -0.0000 1.0000
vn 0.7071 -0.0000 0.7071
vn 0.5294 0.6630 0.5294
vn 0.0000 0.6630 0.7486
vn 0.0000 0.6630 0.7486
vn -0.0000 -0.0000 1.0000
vn 0.7071 -0.0000 0.7071
vn 1.0000 -0.0000 0.0000
vn 0.7486 0.6630 0.0000
vn 0.5294 0.6630 0.5294
vn 0.5294 0.6630 0.5294
vn 0.7071 -0.0000 0.7071
vn 1.0000 -0.0000 0.0000
vn 0.7071 -0.0000 -0.7071
vn 0.5294 0.6630 -0.5294
vn 0.7486 0.6630 0.0000
vn 0.7486 0.6630 0.0000
vn 1.0000 -0.0000 0.0000
vn 0.7071 -0.0000 -0.7071
vn 0.0000 -0.0000 -1.0000
vn 0.0000 0.6630 -0.7486
vn 0.5294 0.6630 -0.5294
vn 0.5294 0.6630 -0.5294
vn 0.7071 -0.0000 -0.7071
vn 0.0000 -0.0000 -1.0000
vn -0.5294 -0.6630 -0.5294
vn -0.7071 -0.0000 -0.7071
vn 0.0000 -0.0000 -1.0000
vn 0.0000 -0.0000 -1.0000
vn 0.0000 -0.6630 -0.7486
vn -0.5294 -0.6630 -0.5294
vn -0.7486 -0.6630 0.0000
vn -1.0000 -0.0000 0.0000
vn -0.7071 -0.0000 -0.7071
vn -0.7071 -0.0000 -0.7071
vn -0.5294 -0.6630 -0.5294
vn -0.7486 -0.6630 0.0000
vn -0.5294 -0.6630 0.5294
vn -0.7071 -0.0000 0.7071
vn -1.0000 -0.0000 0.0000
vn -1.0000 -0.0000 0.0000
vn -0.7486 -0.6630 0.0000
vn -0.5294 -0.6630 0.5294
vn -0.0000 -0.6630 0.7486
vn -0.0000 -0.0000 1.0000
vn -0.7071 -0.0000 0.7071
vn -0.7071 -0.0000 0.7071
vn -0.5294 -0.6630 0.5294
vn -0.0000 -0.6630 0.7486
vn 0.5294 -0.6630 0.5294
vn 0.7071 -0.0000 0.7071
vn -0.0000 -0.0000 1.0000
vn -0.0000 -0.0000 1.0000
vn -0.0000 -0.6630 0.7486
vn 0.5294 -0.6630 0.5294
vn 0.7486 -0.6630 0.0000
vn 1.0000 -0.0000 0.0000
vn 0.7071 -0.0000 0.7071
vn 0.7071 -0.0000 0.7071
vn 0.5294 -0.6630 0.5294
vn 0.7486 -0.6630 0.0000
vn 0.5294 -0.6630 -0.5294
vn 0.7071 -0.0000 -0.7071
vn 1.0000 -0.0000 0.0000
vn 1.0000 -0.0000 0.0000
vn 0.7486 -0.6630 0.0000
vn 0.5294 -0.6630 -0.5294
vn 0.0000 -0.6630 -0.7486
vn 0.0000 -0.0000 -1.0000
vn 0.7071 -0.0000 -0.7071
vn 0.7071 -0.0000 -0.7071
vn 0.5294 -0.6630 -0.5294
vn 0.0000 -0.6630 -0.7486
vn -0.0000 -1.0000 -0.0000
vn -0.5294 -0.6630 -0.5294
vn 0.0000 -0.6630 -0.7486
vn -0.0000 -1.0000 -0.0000
vn -0.7486 -0.6630 0.0000
vn -0.5294 -0.6630 -0.5294
vn -0.0000 -1.0000 -0.0000
vn -0.5294 -0.6630 0.5294
vn -0.7486 -0.6630 0.0000
vn -0.0000 -1.0000 -0.0000
vn -0.0000 -0.6630 0.7486
vn -0.5294 -0.6630 0.5294
vn -0.0000 -1.0000 -0.0000
vn 0.5294 -0.6630 0.5294
vn -0.0000 -0.6630 0.7486
vn -0.0000 -1.0000 -0.0000
vn 0.7486 -0.6630 0.0000
vn 0.5294 -0.6630 0.5294
vn -0.0000 -1.0000 -0.0000
vn 0.5294 -0.6630 -0.5294
vn 0.7486 -0.6630 0.0000
vn -0.0000 -1.0000 -0.0000
vn 0.0000 -0.6630 -0.7486
vn 0.5294 -0.6630 -0.5294
# 144 vertex normals
vt 0.0000 1.0000 0.0000
vt 0.0000 0.7500 0.0000
vt 0.1250 0.7500 0.0000
vt 0.1250 1.0000 0.0000
vt 0.2500 0.7500 0.0000
vt 0.2500 1.0000 0.0000
vt 0.3750 0.7500 0.0000
vt 0.3750 1.0000 0.0000
vt 0.5000 0.7500 0.0000
vt 0.5000 1.0000 0.0000
vt 0.6250 0.7500 0.0000
vt 0.6250 1.0000 0.0000
vt 0.7500 0.7500 0.0000
vt 0.7500 1.0000 0.0000
vt 0.8750 0.7500 0.0000
vt 0.8750 1.0000 0.0000
vt 1.0000 0.7500 0.0000
vt 0.1250 0.5000 0.0000
vt 0.0000 0.5000 0.0000
vt 0.2500 0.5000 0.0000
vt 0.3750 0.5000 0.0000
vt 0.5000 0.5000 0.0000
vt 0.6250 0.5000 0.0000
vt 0.7500 0.5000 0.0000
vt 0.8750 0.5000 0.0000
vt 1.0000 0.5000 0.0000
vt 0.1250 0.2500 0.0000
vt 0.0000 0.2500 0.0000
vt 0.2500 0.2500 0.0000
vt 0.3750 0.2500 0.0000
vt 0.5000 0.2500 0.0000
vt 0.6250 0.2500 0.0000
vt 0.7500 0.2500 0.0000
vt 0.8750 0.2500 0.0000
vt 1.0000 0.2500 0.0000
vt 0.0000 0.0000 0.0000
vt 0.1250 0.0000 0.0000
vt 0.2500 0.0000 0.0000
vt 0.3750 0.0000 0.0000
vt 0.5000 0.0000 0.0000
vt 0.6250 0.0000 0.0000
vt 0.7500 0.0000 0.0000
vt 0.8750 0.0000 0.0000
# 43 texture coords
o JianKong3D_013H
g JianKong3D_013H
usemtl Material__6077
s 1
f 1/1/1 2/2/2 3/3/3
f 1/4/4 3/3/5 4/5/6
f 1/6/7 4/5/8 5/7/9
f 1/8/10 5/7/11 6/9/12
f 1/10/13 6/9/14 7/11/15
f 1/12/16 7/11/17 8/13/18
f 1/14/19 8/13/20 9/15/21
f 1/16/22 9/15/23 2/17/24
f 10/18/25 3/3/26 2/2/27
f 2/2/28 11/19/29 10/18/30
f 12/20/31 4/5/32 3/3/33
f 3/3/34 10/18/35 12/20/36
f 13/21/37 5/7/38 4/5/39
f 4/5/40 12/20/41 13/21/42
f 14/22/43 6/9/44 5/7/45
f 5/7/46 13/21/47 14/22/48
f 15/23/49 7/11/50 6/9/51
f 6/9/52 14/22/53 15/23/54
f 16/24/55 8/13/56 7/11/57
f 7/11/58 15/23/59 16/24/60
f 17/25/61 9/15/62 8/13/63
f 8/13/64 16/24/65 17/25/66
f 11/26/67 2/17/68 9/15/69
f 9/15/70 17/25/71 11/26/72
f 18/27/73 10/18/74 11/19/75
f 11/19/76 19/28/77 18/27/78
f 20/29/79 12/20/80 10/18/81
f 10/18/82 18/27/83 20/29/84
f 21/30/85 13/21/86 12/20/87
f 12/20/88 20/29/89 21/30/90
f 22/31/91 14/22/92 13/21/93
f 13/21/94 21/30/95 22/31/96
f 23/32/97 15/23/98 14/22/99
f 14/22/100 22/31/101 23/32/102
f 24/33/103 16/24/104 15/23/105
f 15/23/106 23/32/107 24/33/108
f 25/34/109 17/25/110 16/24/111
f 16/24/112 24/33/113 25/34/114
f 19/35/115 11/26/116 17/25/117
f 17/25/118 25/34/119 19/35/120
f 26/36/121 18/27/122 19/28/123
f 26/37/124 20/29/125 18/27/126
f 26/38/127 21/30/128 20/29/129
f 26/39/130 22/31/131 21/30/132
f 26/40/133 23/32/134 22/31/135
f 26/41/136 24/33/137 23/32/138
f 26/42/139 25/34/140 24/33/141
f 26/43/142 19/35/143 25/34/144
# 48 faces

View File

@ -0,0 +1,395 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 10.12.2022 10:44:50
newmtl Material__5685
Kd 0.5880 0.5880 0.5880
Ks 0.9000 0.9000 0.9000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.9000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd 353.jpg
newmtl Material__5687
Kd 0.5880 0.5880 0.5880
Ks 0.9000 0.9000 0.9000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.9000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd 354.jpg
newmtl GuiShiMieHuo
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd GuiShiMieHuo_D.jpg
newmtl JG_1AA_PJ_03
Kd 0.5880 0.5880 0.5880
Ks 0.9000 0.9000 0.9000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.9000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd 69.jpg
newmtl baked_Material__6053
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.5880 0.5880 0.5880
Kd 0.8902 0.6000 0.6000
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
map_Ka JG_DMVRayCompleteMap.jpg
map_Kd JG_DMVRayCompleteMap.jpg
newmtl Material__5966
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd MieHuoQiXiang_01_D.jpg
newmtl JG_1AA_GuiTi
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd JG_1AA_GuiTi_D.jpg
newmtl Material__5975
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd WangLuoJiGui_01_D.jpg
newmtl NJJNG_Sign_02
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd NJJNG_Sign_02.jpg
newmtl Material__5967
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd NJJNG_Sign_01.jpg
newmtl Material__5976
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd JG_2AA_PJ1_D.jpg
newmtl Material__5977
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd JG_2AH_PJ1_D.jpg
newmtl JG_1AH_PJ
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd JG_1AH_PJ_D.jpg
newmtl JG_1AH_GuiTi
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd JG_1AH_GuiTi_D.jpg
newmtl JG_Sign_01
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.5880 0.5880 0.5880
Kd 0.5880 0.5880 0.5880
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
map_Ka JG_Sign_01.png
map_Kd JG_Sign_01.png
map_d JG_Sign_01.png
newmtl Material__5978
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd JG_1AA_PJ1_D.jpg
newmtl Material__5973
Ns 10.0000
Ni 1.5000
d 0.6000
Tr 0.4000
Tf 0.6000 0.6000 0.6000
illum 2
Ka 0.5880 0.5880 0.5880
Kd 0.5880 0.5880 0.5880
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
map_Ka TY_BoLi.png
map_Kd TY_BoLi.png
newmtl Material__5968
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd TYWJ_ChaZuo_01_D.jpg
newmtl Material__5971
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd TYWJ_Exit_01_D.jpg
newmtl Material__5963
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.0275 0.0275 0.0275
Kd 0.0275 0.0275 0.0275
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
newmtl Material__5965
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd TYWJ_HuaWenBan.jpg
newmtl Material__5972
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.0784 0.1020 0.1216
Kd 0.0784 0.1020 0.1216
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
newmtl Material__5974
Kd 0.5880 0.5880 0.5880
Ks 0.9000 0.9000 0.9000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.9000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd TYWJ_Men_01.jpg
newmtl TM_XG_QiangMian
Ns 10.0000
Ni 1.5000
d 0.4000
Tr 0.6000
Tf 0.4000 0.4000 0.4000
illum 2
Ka 0.5880 0.5880 0.5880
Kd 0.5880 0.5880 0.5880
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
map_Ka XG_QiangMian.jpg
map_Kd XG_QiangMian.jpg
newmtl Material__5962
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.0431 0.0431 0.4784
Kd 0.0431 0.0431 0.4784
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
newmtl Material__5970
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd TYWJ_Switch_01_D.jpg
newmtl Material__5969
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd TYWJ_WenKong_01_D.jpg

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -0,0 +1,17 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 17.02.2023 17:47:12
newmtl Tex_equipment_DianXiang_a
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd Tex_equipment_DianXiang_a.jpg

View File

@ -0,0 +1,409 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 17.02.2023 17:47:12
mtllib 10kV_»·Íø¹ñ\10kV_CXX_1_hwg.mtl
#
# object 10kV_CXX_1_hwg
#
v 256.0149 4.5644 3.9012
v 291.5861 4.5644 3.9012
v 291.5861 4.5644 15.0824
v 256.0149 4.5644 15.0824
v 291.5861 27.0448 15.0824
v 256.0149 27.0448 15.0824
v 291.5861 27.0448 3.9012
v 291.5861 4.5644 -7.2799
v 256.0149 4.5644 -7.2799
v 256.0149 27.0448 -7.2799
v 291.5861 27.0448 -7.2799
v 256.0149 27.0448 3.9012
v 290.5741 27.0448 14.1285
v 257.2786 27.0448 14.1285
v 290.5741 27.0448 3.7801
v 257.2786 27.0448 -6.5682
v 290.5741 27.0448 -6.5682
v 257.2786 27.0448 3.7802
v 290.5741 27.5221 14.1285
v 257.2786 27.5221 14.1285
v 290.5741 27.5221 3.7801
v 257.2786 27.5221 -6.5682
v 290.5741 27.5221 -6.5682
v 257.2786 27.5221 3.7802
v 254.7146 27.5221 16.3933
v 293.1604 27.5221 16.3933
v 293.1604 28.7263 16.3933
v 254.7146 28.7263 16.3933
v 293.1604 27.5221 3.7801
v 293.1604 30.3013 3.7801
v 293.1604 27.5221 -8.8643
v 254.7146 27.5221 -8.8643
v 254.7146 28.7291 -8.8643
v 293.1604 28.7291 -8.8643
v 254.7146 27.5221 3.7802
v 254.7146 30.3013 3.7801
# 36 vertices
vn 0.0000 -1.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn -0.0000 -0.0000 -1.0000
vn -0.0000 -0.0000 -1.0000
vn -0.0000 -0.0000 -1.0000
vn -0.0000 -0.0000 -1.0000
vn -0.0000 -0.0000 -1.0000
vn -0.0000 -0.0000 -1.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn -0.0000 0.0000 -1.0000
vn -0.0000 0.0000 -1.0000
vn -0.0000 0.0000 -1.0000
vn -0.0000 0.0000 -1.0000
vn -0.0000 0.0000 -1.0000
vn -0.0000 0.0000 -1.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn -0.0000 0.0000 -1.0000
vn -0.0000 0.0000 -1.0000
vn -0.0000 0.0000 -1.0000
vn -0.0000 0.0000 -1.0000
vn -0.0000 0.0000 -1.0000
vn -0.0000 0.0000 -1.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 1.0000 0.0003
vn 0.0000 0.9923 0.1239
vn 0.0000 0.9923 0.1239
vn 0.0000 0.9923 0.1239
vn 0.0000 1.0000 0.0003
vn 0.0000 1.0000 0.0003
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn -0.0000 0.9924 -0.1234
vn -0.0000 0.9924 -0.1234
vn 0.0000 1.0000 0.0003
vn 0.0000 1.0000 0.0003
vn 0.0000 1.0000 0.0003
vn -0.0000 0.9924 -0.1234
# 204 vertex normals
vt 0.8294 0.9084 0.0000
vt 0.8270 0.4646 0.0000
vt 0.9664 0.4638 0.0000
vt 0.9690 0.9076 0.0000
vt 1.0000 0.0181 0.0000
vt 0.9975 0.4627 0.0000
vt 0.7176 0.4611 0.0000
vt 0.7201 0.0165 0.0000
vt 0.5034 0.8347 0.0000
vt 0.5023 0.5557 0.0000
vt 0.6414 0.5543 0.0000
vt 0.6433 0.8339 0.0000
vt 0.0043 0.4646 0.0000
vt 0.0000 0.0200 0.0000
vt 0.2799 0.0173 0.0000
vt 0.2842 0.4619 0.0000
vt 0.1887 0.5600 0.0000
vt 0.1896 0.8898 0.0000
vt 0.0250 0.8902 0.0000
vt 0.0241 0.5604 0.0000
vt 0.7057 0.4483 0.0000
vt 0.7081 0.0322 0.0000
vt 0.5007 0.5435 0.0000
vt 0.6292 0.5416 0.0000
vt 0.2890 0.0331 0.0000
vt 0.2929 0.4492 0.0000
vt 0.1878 0.9084 0.0000
vt 0.0355 0.9088 0.0000
vt 0.6997 0.4483 0.0000
vt 0.7021 0.0322 0.0000
vt 0.5000 0.5422 0.0000
vt 0.5000 0.5361 0.0000
vt 0.6295 0.5343 0.0000
vt 0.6297 0.5403 0.0000
vt 0.2949 0.0330 0.0000
vt 0.2989 0.4491 0.0000
vt 0.1879 0.9154 0.0000
vt 0.0355 0.9158 0.0000
vt 0.6740 -0.0000 0.0000
vt 0.6713 0.4805 0.0000
vt 0.6564 0.4831 0.0000
vt 0.6589 0.0005 0.0000
vt 0.4999 0.5040 0.0000
vt 0.4999 0.4741 0.0000
vt 0.6570 0.5014 0.0000
vt 0.3279 0.4812 0.0000
vt 0.3233 0.0007 0.0000
vt 0.3384 0.0012 0.0000
vt 0.3428 0.4832 0.0000
vt 0.1880 0.9531 0.0000
vt 0.1881 0.9941 0.0000
vt 0.0018 0.9714 0.0000
vt 0.0018 0.9536 0.0000
vt 0.6899 0.9092 0.0000
vt 0.6875 0.4651 0.0000
vt 0.3634 0.8352 0.0000
vt 0.3632 0.5549 0.0000
vt 0.3533 0.5596 0.0000
vt 0.3542 0.8893 0.0000
vt 0.3722 0.5419 0.0000
vt 0.3402 0.9080 0.0000
vt 0.3703 0.5406 0.0000
vt 0.3704 0.5348 0.0000
vt 0.3402 0.9150 0.0000
vt 0.3421 0.5017 0.0000
vt 0.3737 0.9527 0.0000
vt 0.3737 0.9704 0.0000
vt 0.4989 0.0003 0.0000
# 68 texture coords
o 10kV_CXX_1_hwg
g 10kV_CXX_1_hwg
usemtl Tex_equipment_DianXiang_a
s 2
f 1/1/1 2/2/2 3/3/3
f 3/3/4 4/4/5 1/1/6
s 8
f 4/5/7 3/6/8 5/7/9
f 5/7/10 6/8/11 4/5/12
s 16
f 2/9/13 7/10/14 5/11/15
f 5/11/16 3/12/17 2/9/18
s 32
f 8/13/19 9/14/20 10/15/21
f 10/15/22 11/16/23 8/13/24
s 64
f 1/17/25 12/18/26 10/19/27
f 10/19/28 9/20/29 1/17/30
s off
f 6/8/31 5/7/32 13/21/33
f 13/21/34 14/22/35 6/8/36
f 7/10/37 15/23/38 13/24/39
f 13/24/40 5/11/41 7/10/42
f 11/16/43 10/15/44 16/25/45
f 16/25/46 17/26/47 11/16/48
f 12/18/49 18/27/50 16/28/51
f 16/28/52 10/19/53 12/18/54
f 14/22/55 13/21/56 19/29/57
f 19/29/58 20/30/59 14/22/60
f 15/31/61 21/32/62 19/33/63
f 19/33/64 13/34/65 15/31/66
f 17/26/67 16/25/68 22/35/69
f 22/35/70 23/36/71 17/26/72
f 18/27/73 24/37/74 22/38/75
f 22/38/76 16/28/77 18/27/78
f 25/39/79 26/40/80 27/41/81
f 27/41/82 28/42/83 25/39/84
f 29/43/85 30/44/86 27/41/87
f 27/41/88 26/45/89 29/43/90
f 31/46/91 32/47/92 33/48/93
f 33/48/94 34/49/95 31/46/96
f 35/50/97 36/51/98 33/52/99
f 33/52/100 32/53/101 35/50/102
f 20/30/103 19/29/104 26/40/105
f 26/40/106 25/39/107 20/30/108
f 23/36/109 22/35/110 32/47/111
f 32/47/112 31/46/113 23/36/114
f 21/32/115 29/43/116 26/45/117
f 26/45/118 19/33/119 21/32/120
f 24/37/121 35/50/122 32/53/123
f 32/53/124 22/38/125 24/37/126
s 2
f 9/54/127 8/55/128 2/2/129
f 2/2/130 1/1/131 9/54/132
s 16
f 8/56/133 11/57/134 7/10/135
f 7/10/136 2/9/137 8/56/138
s 64
f 4/58/139 6/59/140 12/18/141
f 12/18/142 1/17/143 4/58/144
s off
f 7/10/145 11/57/146 17/60/147
f 17/60/148 15/23/149 7/10/150
f 12/18/151 6/59/152 14/61/153
f 14/61/154 18/27/155 12/18/156
f 17/62/157 23/63/158 21/32/159
f 21/32/160 15/31/161 17/62/162
f 14/61/163 20/64/164 24/37/165
f 24/37/166 18/27/167 14/61/168
f 31/65/169 34/49/170 30/44/171
f 30/44/172 29/43/173 31/65/174
f 25/66/175 28/67/176 36/51/177
f 36/51/178 35/50/179 25/66/180
f 23/63/181 31/65/182 29/43/183
f 29/43/184 21/32/185 23/63/186
s 4
f 36/68/187 28/42/188 27/41/189
f 27/41/190 30/44/191 36/68/192
s off
f 20/64/193 25/66/194 35/50/195
f 35/50/196 24/37/197 20/64/198
s 4
f 34/49/199 33/48/200 36/68/201
f 36/68/202 30/44/203 34/49/204
# 68 faces

View File

@ -0,0 +1,17 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 17.02.2023 17:47:24
newmtl Tex_equipment_DianXiang_a
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd Tex_equipment_DianXiang_a.jpg

View File

@ -0,0 +1,409 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 17.02.2023 17:47:24
mtllib 10kV_»·Íø¹ñ\10kV_JSX_4_hwg.mtl
#
# object 10kV_JSX_4_hwg
#
v -252.4226 4.5644 -237.6758
v -216.8514 4.5644 -237.6758
v -216.8514 4.5644 -226.4947
v -252.4226 4.5644 -226.4947
v -216.8514 27.0448 -226.4947
v -252.4226 27.0448 -226.4947
v -216.8514 27.0448 -237.6758
v -216.8514 4.5644 -248.8569
v -252.4226 4.5644 -248.8569
v -252.4226 27.0448 -248.8569
v -216.8514 27.0448 -248.8569
v -252.4226 27.0448 -237.6758
v -217.8634 27.0448 -227.4485
v -251.1589 27.0448 -227.4485
v -217.8634 27.0448 -237.7969
v -251.1589 27.0448 -248.1453
v -217.8634 27.0448 -248.1453
v -251.1589 27.0448 -237.7969
v -217.8634 27.5221 -227.4485
v -251.1589 27.5221 -227.4485
v -217.8634 27.5221 -237.7969
v -251.1589 27.5221 -248.1453
v -217.8634 27.5221 -248.1453
v -251.1589 27.5221 -237.7969
v -253.7229 27.5221 -225.1837
v -215.2771 27.5221 -225.1837
v -215.2771 28.7263 -225.1837
v -253.7229 28.7263 -225.1837
v -215.2771 27.5221 -237.7969
v -215.2771 30.3013 -237.7969
v -215.2771 27.5221 -250.4413
v -253.7229 27.5221 -250.4413
v -253.7229 28.7291 -250.4413
v -215.2771 28.7291 -250.4413
v -253.7229 27.5221 -237.7969
v -253.7229 30.3013 -237.7969
# 36 vertices
vn 0.0000 -1.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn -0.0000 -0.0000 -1.0000
vn -0.0000 -0.0000 -1.0000
vn -0.0000 -0.0000 -1.0000
vn -0.0000 -0.0000 -1.0000
vn -0.0000 -0.0000 -1.0000
vn -0.0000 -0.0000 -1.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn -0.0000 0.0000 -1.0000
vn -0.0000 0.0000 -1.0000
vn -0.0000 0.0000 -1.0000
vn -0.0000 0.0000 -1.0000
vn -0.0000 0.0000 -1.0000
vn -0.0000 0.0000 -1.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 1.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn -0.0000 0.0000 -1.0000
vn -0.0000 0.0000 -1.0000
vn -0.0000 0.0000 -1.0000
vn -0.0000 0.0000 -1.0000
vn -0.0000 0.0000 -1.0000
vn -0.0000 0.0000 -1.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn 1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn -1.0000 0.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 1.0000 0.0003
vn 0.0000 0.9923 0.1239
vn 0.0000 0.9923 0.1239
vn 0.0000 0.9923 0.1239
vn 0.0000 1.0000 0.0003
vn 0.0000 1.0000 0.0003
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn 0.0000 -1.0000 -0.0000
vn -0.0000 0.9924 -0.1234
vn -0.0000 0.9924 -0.1234
vn 0.0000 1.0000 0.0003
vn 0.0000 1.0000 0.0003
vn 0.0000 1.0000 0.0003
vn -0.0000 0.9924 -0.1234
# 204 vertex normals
vt 0.8294 0.9084 0.0000
vt 0.8270 0.4646 0.0000
vt 0.9664 0.4638 0.0000
vt 0.9690 0.9076 0.0000
vt 1.0000 0.0181 0.0000
vt 0.9975 0.4627 0.0000
vt 0.7176 0.4611 0.0000
vt 0.7201 0.0165 0.0000
vt 0.5034 0.8347 0.0000
vt 0.5023 0.5557 0.0000
vt 0.6414 0.5543 0.0000
vt 0.6433 0.8339 0.0000
vt 0.0043 0.4646 0.0000
vt 0.0000 0.0200 0.0000
vt 0.2799 0.0173 0.0000
vt 0.2842 0.4619 0.0000
vt 0.1887 0.5600 0.0000
vt 0.1896 0.8898 0.0000
vt 0.0250 0.8902 0.0000
vt 0.0241 0.5604 0.0000
vt 0.7057 0.4483 0.0000
vt 0.7081 0.0322 0.0000
vt 0.5007 0.5435 0.0000
vt 0.6292 0.5416 0.0000
vt 0.2890 0.0331 0.0000
vt 0.2929 0.4492 0.0000
vt 0.1878 0.9084 0.0000
vt 0.0355 0.9088 0.0000
vt 0.6997 0.4483 0.0000
vt 0.7021 0.0322 0.0000
vt 0.5000 0.5422 0.0000
vt 0.5000 0.5361 0.0000
vt 0.6295 0.5343 0.0000
vt 0.6297 0.5403 0.0000
vt 0.2949 0.0330 0.0000
vt 0.2989 0.4491 0.0000
vt 0.1879 0.9154 0.0000
vt 0.0355 0.9158 0.0000
vt 0.6740 -0.0000 0.0000
vt 0.6713 0.4805 0.0000
vt 0.6564 0.4831 0.0000
vt 0.6589 0.0005 0.0000
vt 0.4999 0.5040 0.0000
vt 0.4999 0.4741 0.0000
vt 0.6570 0.5014 0.0000
vt 0.3279 0.4812 0.0000
vt 0.3233 0.0007 0.0000
vt 0.3384 0.0012 0.0000
vt 0.3428 0.4832 0.0000
vt 0.1880 0.9531 0.0000
vt 0.1881 0.9941 0.0000
vt 0.0018 0.9714 0.0000
vt 0.0018 0.9536 0.0000
vt 0.6899 0.9092 0.0000
vt 0.6875 0.4651 0.0000
vt 0.3634 0.8352 0.0000
vt 0.3632 0.5549 0.0000
vt 0.3533 0.5596 0.0000
vt 0.3542 0.8893 0.0000
vt 0.3722 0.5419 0.0000
vt 0.3402 0.9080 0.0000
vt 0.3703 0.5406 0.0000
vt 0.3704 0.5348 0.0000
vt 0.3402 0.9150 0.0000
vt 0.3421 0.5017 0.0000
vt 0.3737 0.9527 0.0000
vt 0.3737 0.9704 0.0000
vt 0.4989 0.0003 0.0000
# 68 texture coords
o 10kV_JSX_4_hwg
g 10kV_JSX_4_hwg
usemtl Tex_equipment_DianXiang_a
s 2
f 1/1/1 2/2/2 3/3/3
f 3/3/4 4/4/5 1/1/6
s 8
f 4/5/7 3/6/8 5/7/9
f 5/7/10 6/8/11 4/5/12
s 16
f 2/9/13 7/10/14 5/11/15
f 5/11/16 3/12/17 2/9/18
s 32
f 8/13/19 9/14/20 10/15/21
f 10/15/22 11/16/23 8/13/24
s 64
f 1/17/25 12/18/26 10/19/27
f 10/19/28 9/20/29 1/17/30
s off
f 6/8/31 5/7/32 13/21/33
f 13/21/34 14/22/35 6/8/36
f 7/10/37 15/23/38 13/24/39
f 13/24/40 5/11/41 7/10/42
f 11/16/43 10/15/44 16/25/45
f 16/25/46 17/26/47 11/16/48
f 12/18/49 18/27/50 16/28/51
f 16/28/52 10/19/53 12/18/54
f 14/22/55 13/21/56 19/29/57
f 19/29/58 20/30/59 14/22/60
f 15/31/61 21/32/62 19/33/63
f 19/33/64 13/34/65 15/31/66
f 17/26/67 16/25/68 22/35/69
f 22/35/70 23/36/71 17/26/72
f 18/27/73 24/37/74 22/38/75
f 22/38/76 16/28/77 18/27/78
f 25/39/79 26/40/80 27/41/81
f 27/41/82 28/42/83 25/39/84
f 29/43/85 30/44/86 27/41/87
f 27/41/88 26/45/89 29/43/90
f 31/46/91 32/47/92 33/48/93
f 33/48/94 34/49/95 31/46/96
f 35/50/97 36/51/98 33/52/99
f 33/52/100 32/53/101 35/50/102
f 20/30/103 19/29/104 26/40/105
f 26/40/106 25/39/107 20/30/108
f 23/36/109 22/35/110 32/47/111
f 32/47/112 31/46/113 23/36/114
f 21/32/115 29/43/116 26/45/117
f 26/45/118 19/33/119 21/32/120
f 24/37/121 35/50/122 32/53/123
f 32/53/124 22/38/125 24/37/126
s 2
f 9/54/127 8/55/128 2/2/129
f 2/2/130 1/1/131 9/54/132
s 16
f 8/56/133 11/57/134 7/10/135
f 7/10/136 2/9/137 8/56/138
s 64
f 4/58/139 6/59/140 12/18/141
f 12/18/142 1/17/143 4/58/144
s off
f 7/10/145 11/57/146 17/60/147
f 17/60/148 15/23/149 7/10/150
f 12/18/151 6/59/152 14/61/153
f 14/61/154 18/27/155 12/18/156
f 17/62/157 23/63/158 21/32/159
f 21/32/160 15/31/161 17/62/162
f 14/61/163 20/64/164 24/37/165
f 24/37/166 18/27/167 14/61/168
f 31/65/169 34/49/170 30/44/171
f 30/44/172 29/43/173 31/65/174
f 25/66/175 28/67/176 36/51/177
f 36/51/178 35/50/179 25/66/180
f 23/63/181 31/65/182 29/43/183
f 29/43/184 21/32/185 23/63/186
s 4
f 36/68/187 28/42/188 27/41/189
f 27/41/190 30/44/191 36/68/192
s off
f 20/64/193 25/66/194 35/50/195
f 35/50/196 24/37/197 20/64/198
s 4
f 34/49/199 33/48/200 36/68/201
f 36/68/202 30/44/203 34/49/204
# 68 faces

View File

@ -0,0 +1,46 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 17.02.2023 17:44:28
newmtl _Color_Adgsdgd
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd bumpbee_Mercedes_S-Class.jpg
newmtl JiGui233
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd JiGui233.jpg
newmtl ½ðÊô_ÂÁ°å
Kd 0.0360 0.0360 0.0360
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,46 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 17.02.2023 17:44:59
newmtl JiGui233
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd JiGui233.jpg
newmtl _Color_Adgsdgd
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd bumpbee_Mercedes_S-Class.jpg
newmtl ½ðÊô_ÂÁ°å
Kd 0.0360 0.0360 0.0360
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,171 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 14.01.2023 10:21:04
newmtl Material__372
Kd 0.0863 0.7436 1.0000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd ../Tech_Stripe_0c.jpg
newmtl Material__288
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0187 0.0500
illum 2
map_Kd Tech_Stripe_0b.jpg
newmtl Tech_Gradient_0b
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd Tech_Gradient_0b.jpg
newmtl wire_134006006
Ns 32
d 1
Tr 0
Tf 1 1 1
illum 2
Ka 0.5255 0.0235 0.0235
Kd 0.5255 0.0235 0.0235
Ks 0.3500 0.3500 0.3500
newmtl Material__373
Ns 10.0000
Ni 1.5000
d 0.5000
Tr 0.5000
Tf 0.5000 0.5000 0.5000
illum 2
Ka 0.6941 0.5294 0.0863
Kd 0.6941 0.5294 0.0863
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
newmtl wire_229166215
Ns 32
d 1
Tr 0
Tf 1 1 1
illum 2
Ka 0.8980 0.6510 0.8431
Kd 0.8980 0.6510 0.8431
Ks 0.3500 0.3500 0.3500
newmtl wire_028089177
Ns 32
d 1
Tr 0
Tf 1 1 1
illum 2
Ka 0.1098 0.3490 0.6941
Kd 0.1098 0.3490 0.6941
Ks 0.3500 0.3500 0.3500
newmtl wire_143224087
Ns 32
d 1
Tr 0
Tf 1 1 1
illum 2
Ka 0.5608 0.8784 0.3412
Kd 0.5608 0.8784 0.3412
Ks 0.3500 0.3500 0.3500
newmtl Material__370
Kd 1.0000 0.9496 0.0000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0863 0.7436 1.0000
illum 2
newmtl Tech_Stripe_0a
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd Tech_Stripe_0a_gray.jpg
newmtl HP_BeiJing
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.5880 0.5880 0.5880
Kd 0.5880 0.5880 0.5880
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
map_Ka BeiJing.png
map_Kd BeiJing.png
newmtl Material__284
Ns 10.0000
Ni 1.5000
d 0.5000
Tr 0.5000
Tf 0.5000 0.5000 0.5000
illum 2
Ka 0.0706 0.3725 0.9333
Kd 0.0706 0.3725 0.9333
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
newmtl Material__286
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd Tech_Gradient_0c.jpg
map_Tr Tech_Gradient_0c.jpg
map_Tf Tech_Gradient_0c.jpg

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,18 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 20.02.2023 10:58:24
newmtl BS
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.5880 0.5880 0.5880
Kd 0.5880 0.5880 0.5880
Ks 0.0000 0.0000 0.0000
Ke 0.2118 0.4314 0.1804
map_Ka BS.png
map_Kd BS.png
map_Ke BS.png
map_d BS.png

View File

@ -0,0 +1,115 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 20.02.2023 10:58:24
mtllib BS_che.mtl
#
# object BS_che
#
v 168.0022 40.9428 90.3674
v 172.9117 51.3134 95.2769
v 163.0927 51.3134 95.2769
v 172.9117 51.3134 85.4579
v 163.0927 51.3134 85.4579
v 168.0022 57.3078 90.3674
v 168.0022 37.1308 90.3838
v 174.3463 51.3134 90.3838
v 161.6581 51.3134 90.3838
v 161.6581 51.3134 90.3510
v 174.3463 51.3134 90.3510
v 168.0022 37.1308 90.3510
# 12 vertices
vn 0.0000 -0.4279 0.9038
vn 0.0000 0.0753 0.9972
vn 0.0000 0.0753 0.9972
vn 0.9038 -0.4279 -0.0000
vn 0.9972 0.0753 -0.0000
vn 0.9972 0.0753 -0.0000
vn 0.0000 -0.4279 -0.9038
vn 0.0000 0.0753 -0.9972
vn 0.0000 0.0753 -0.9972
vn -0.9038 -0.4279 -0.0000
vn -0.9972 0.0753 -0.0000
vn -0.9972 0.0753 -0.0000
vn 0.0000 0.0753 0.9972
vn 0.0000 0.6336 0.7736
vn 0.0000 0.0753 0.9972
vn 0.9972 0.0753 -0.0000
vn 0.7736 0.6336 -0.0000
vn 0.9972 0.0753 -0.0000
vn 0.0000 0.0753 -0.9972
vn 0.0000 0.6336 -0.7736
vn 0.0000 0.0753 -0.9972
vn -0.9972 0.0753 -0.0000
vn -0.7736 0.6336 -0.0000
vn -0.9972 0.0753 -0.0000
vn -0.0000 -0.0000 1.0000
vn -0.0000 -0.0000 1.0000
vn -0.0000 -0.0000 1.0000
vn 0.0000 -0.0000 -1.0000
vn 0.0000 -0.0000 -1.0000
vn 0.0000 -0.0000 -1.0000
vn 0.9128 -0.4083 0.0000
vn 0.9128 -0.4083 -0.0000
vn 0.9128 -0.4083 0.0000
vn 0.9128 -0.4083 0.0000
vn 0.9128 -0.4083 0.0000
vn 0.9128 -0.4083 0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
# 48 vertex normals
vt 0.5195 0.1666 0.0000
vt 0.8290 0.6169 0.0000
vt 0.2813 0.5757 0.0000
vt 0.5295 0.9744 0.0000
vt 0.5173 0.0022 0.0000
vt 0.9243 0.6233 0.0000
vt 0.1385 0.5649 0.0000
# 7 texture coords
o BS_che
g BS_che
usemtl BS
s 8
f 1/1/1 2/2/2 3/3/3
s 16
f 1/1/4 4/2/5 2/3/6
s 32
f 1/1/7 5/2/8 4/3/9
s 64
f 1/1/10 3/2/11 5/3/12
s 8
f 2/2/13 6/4/14 3/3/15
s 16
f 4/2/16 6/4/17 2/3/18
s 32
f 5/2/19 6/4/20 4/3/21
s 64
f 3/2/22 6/4/23 5/3/24
s 8
f 7/5/25 8/6/26 9/7/27
f 10/7/28 11/6/29 12/5/30
s 1
f 12/5/31 11/6/32 8/6/33
f 8/6/34 7/5/35 12/5/36
s 2
f 11/6/37 10/7/38 9/7/39
f 9/7/40 8/6/41 11/6/42
s 4
f 10/7/43 12/5/44 7/5/45
f 7/5/46 9/7/47 10/7/48
# 16 faces

View File

@ -0,0 +1,18 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 20.02.2023 10:58:46
newmtl BS
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.5880 0.5880 0.5880
Kd 0.5880 0.5880 0.5880
Ks 0.0000 0.0000 0.0000
Ke 0.2118 0.4314 0.1804
map_Ka BS.png
map_Kd BS.png
map_Ke BS.png
map_d BS.png

View File

@ -0,0 +1,115 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 20.02.2023 10:58:46
mtllib BS_hwg1.mtl
#
# object BS_hwg1
#
v 271.3668 40.9428 8.9948
v 276.2763 51.3134 13.9043
v 266.4572 51.3134 13.9043
v 276.2763 51.3134 4.0853
v 266.4572 51.3134 4.0853
v 271.3668 57.3078 8.9948
v 271.3668 37.1308 9.0112
v 277.7109 51.3134 9.0112
v 265.0226 51.3134 9.0112
v 265.0226 51.3134 8.9785
v 277.7109 51.3134 8.9785
v 271.3668 37.1308 8.9785
# 12 vertices
vn 0.0000 -0.4279 0.9038
vn 0.0000 0.0753 0.9972
vn 0.0000 0.0753 0.9972
vn 0.9038 -0.4279 -0.0000
vn 0.9972 0.0753 -0.0000
vn 0.9972 0.0753 -0.0000
vn 0.0000 -0.4279 -0.9038
vn 0.0000 0.0753 -0.9972
vn 0.0000 0.0753 -0.9972
vn -0.9038 -0.4279 -0.0000
vn -0.9972 0.0753 -0.0000
vn -0.9972 0.0753 -0.0000
vn 0.0000 0.0753 0.9972
vn 0.0000 0.6336 0.7736
vn 0.0000 0.0753 0.9972
vn 0.9972 0.0753 -0.0000
vn 0.7736 0.6336 -0.0000
vn 0.9972 0.0753 -0.0000
vn 0.0000 0.0753 -0.9972
vn 0.0000 0.6336 -0.7736
vn 0.0000 0.0753 -0.9972
vn -0.9972 0.0753 -0.0000
vn -0.7736 0.6336 -0.0000
vn -0.9972 0.0753 -0.0000
vn -0.0000 -0.0000 1.0000
vn -0.0000 -0.0000 1.0000
vn -0.0000 -0.0000 1.0000
vn 0.0000 -0.0000 -1.0000
vn 0.0000 -0.0000 -1.0000
vn 0.0000 -0.0000 -1.0000
vn 0.9128 -0.4083 0.0000
vn 0.9128 -0.4083 -0.0000
vn 0.9128 -0.4083 0.0000
vn 0.9128 -0.4083 0.0000
vn 0.9128 -0.4083 0.0000
vn 0.9128 -0.4083 0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
# 48 vertex normals
vt 0.5195 0.1666 0.0000
vt 0.8290 0.6169 0.0000
vt 0.2813 0.5757 0.0000
vt 0.5295 0.9744 0.0000
vt 0.5173 0.0022 0.0000
vt 0.9243 0.6233 0.0000
vt 0.1385 0.5649 0.0000
# 7 texture coords
o BS_hwg1
g BS_hwg1
usemtl BS
s 8
f 1/1/1 2/2/2 3/3/3
s 16
f 1/1/4 4/2/5 2/3/6
s 32
f 1/1/7 5/2/8 4/3/9
s 64
f 1/1/10 3/2/11 5/3/12
s 8
f 2/2/13 6/4/14 3/3/15
s 16
f 4/2/16 6/4/17 2/3/18
s 32
f 5/2/19 6/4/20 4/3/21
s 64
f 3/2/22 6/4/23 5/3/24
s 8
f 7/5/25 8/6/26 9/7/27
f 10/7/28 11/6/29 12/5/30
s 1
f 12/5/31 11/6/32 8/6/33
f 8/6/34 7/5/35 12/5/36
s 2
f 11/6/37 10/7/38 9/7/39
f 9/7/40 8/6/41 11/6/42
s 4
f 10/7/43 12/5/44 7/5/45
f 7/5/46 9/7/47 10/7/48
# 16 faces

View File

@ -0,0 +1,18 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 20.02.2023 10:58:57
newmtl BS
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.5880 0.5880 0.5880
Kd 0.5880 0.5880 0.5880
Ks 0.0000 0.0000 0.0000
Ke 0.2118 0.4314 0.1804
map_Ka BS.png
map_Kd BS.png
map_Ke BS.png
map_d BS.png

View File

@ -0,0 +1,115 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 20.02.2023 10:58:57
mtllib BS_hwg2.mtl
#
# object BS_hwg2
#
v -236.6086 40.9428 -237.2310
v -231.6991 51.3134 -232.3215
v -241.5181 51.3134 -232.3215
v -231.6991 51.3134 -242.1405
v -241.5181 51.3134 -242.1405
v -236.6086 57.3078 -237.2310
v -236.6086 37.1308 -237.2147
v -230.2645 51.3134 -237.2147
v -242.9527 51.3134 -237.2147
v -242.9527 51.3134 -237.2474
v -230.2645 51.3134 -237.2474
v -236.6086 37.1308 -237.2474
# 12 vertices
vn 0.0000 -0.4279 0.9038
vn 0.0000 0.0753 0.9972
vn 0.0000 0.0753 0.9972
vn 0.9038 -0.4279 -0.0000
vn 0.9972 0.0753 -0.0000
vn 0.9972 0.0753 -0.0000
vn 0.0000 -0.4279 -0.9038
vn 0.0000 0.0753 -0.9972
vn 0.0000 0.0753 -0.9972
vn -0.9038 -0.4279 -0.0000
vn -0.9972 0.0753 -0.0000
vn -0.9972 0.0753 -0.0000
vn 0.0000 0.0753 0.9972
vn 0.0000 0.6336 0.7736
vn 0.0000 0.0753 0.9972
vn 0.9972 0.0753 -0.0000
vn 0.7736 0.6336 -0.0000
vn 0.9972 0.0753 -0.0000
vn 0.0000 0.0753 -0.9972
vn 0.0000 0.6336 -0.7736
vn 0.0000 0.0753 -0.9972
vn -0.9972 0.0753 -0.0000
vn -0.7736 0.6336 -0.0000
vn -0.9972 0.0753 -0.0000
vn -0.0000 -0.0000 1.0000
vn -0.0000 -0.0000 1.0000
vn -0.0000 -0.0000 1.0000
vn 0.0000 -0.0000 -1.0000
vn 0.0000 -0.0000 -1.0000
vn 0.0000 -0.0000 -1.0000
vn 0.9128 -0.4083 0.0000
vn 0.9128 -0.4083 -0.0000
vn 0.9128 -0.4083 0.0000
vn 0.9128 -0.4083 0.0000
vn 0.9128 -0.4083 0.0000
vn 0.9128 -0.4083 0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
# 48 vertex normals
vt 0.5195 0.1666 0.0000
vt 0.8290 0.6169 0.0000
vt 0.2813 0.5757 0.0000
vt 0.5295 0.9744 0.0000
vt 0.5173 0.0022 0.0000
vt 0.9243 0.6233 0.0000
vt 0.1385 0.5649 0.0000
# 7 texture coords
o BS_hwg2
g BS_hwg2
usemtl BS
s 8
f 1/1/1 2/2/2 3/3/3
s 16
f 1/1/4 4/2/5 2/3/6
s 32
f 1/1/7 5/2/8 4/3/9
s 64
f 1/1/10 3/2/11 5/3/12
s 8
f 2/2/13 6/4/14 3/3/15
s 16
f 4/2/16 6/4/17 2/3/18
s 32
f 5/2/19 6/4/20 4/3/21
s 64
f 3/2/22 6/4/23 5/3/24
s 8
f 7/5/25 8/6/26 9/7/27
f 10/7/28 11/6/29 12/5/30
s 1
f 12/5/31 11/6/32 8/6/33
f 8/6/34 7/5/35 12/5/36
s 2
f 11/6/37 10/7/38 9/7/39
f 9/7/40 8/6/41 11/6/42
s 4
f 10/7/43 12/5/44 7/5/45
f 7/5/46 9/7/47 10/7/48
# 16 faces

View File

@ -0,0 +1,18 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 20.02.2023 10:59:05
newmtl BS
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.5880 0.5880 0.5880
Kd 0.5880 0.5880 0.5880
Ks 0.0000 0.0000 0.0000
Ke 0.2118 0.4314 0.1804
map_Ka BS.png
map_Kd BS.png
map_Ke BS.png
map_d BS.png

View File

@ -0,0 +1,115 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 20.02.2023 10:59:05
mtllib BS_ups1.mtl
#
# object BS_ups1
#
v -121.0882 34.1943 51.8811
v -116.1787 44.5648 56.7906
v -125.9977 44.5648 56.7906
v -116.1787 44.5648 46.9716
v -125.9977 44.5648 46.9716
v -121.0882 50.5593 51.8811
v -121.0882 30.3823 51.8975
v -114.7441 44.5648 51.8975
v -127.4323 44.5648 51.8975
v -127.4323 44.5648 51.8647
v -114.7441 44.5648 51.8647
v -121.0882 30.3823 51.8647
# 12 vertices
vn 0.0000 -0.4279 0.9038
vn 0.0000 0.0753 0.9972
vn 0.0000 0.0753 0.9972
vn 0.9038 -0.4279 -0.0000
vn 0.9972 0.0753 -0.0000
vn 0.9972 0.0753 -0.0000
vn 0.0000 -0.4279 -0.9038
vn 0.0000 0.0753 -0.9972
vn 0.0000 0.0753 -0.9972
vn -0.9038 -0.4279 -0.0000
vn -0.9972 0.0753 -0.0000
vn -0.9972 0.0753 -0.0000
vn 0.0000 0.0753 0.9972
vn 0.0000 0.6336 0.7736
vn 0.0000 0.0753 0.9972
vn 0.9972 0.0753 -0.0000
vn 0.7736 0.6336 -0.0000
vn 0.9972 0.0753 -0.0000
vn 0.0000 0.0753 -0.9972
vn 0.0000 0.6336 -0.7736
vn 0.0000 0.0753 -0.9972
vn -0.9972 0.0753 -0.0000
vn -0.7736 0.6336 -0.0000
vn -0.9972 0.0753 -0.0000
vn -0.0000 -0.0000 1.0000
vn -0.0000 -0.0000 1.0000
vn -0.0000 -0.0000 1.0000
vn 0.0000 -0.0000 -1.0000
vn 0.0000 -0.0000 -1.0000
vn 0.0000 -0.0000 -1.0000
vn 0.9128 -0.4083 0.0000
vn 0.9128 -0.4083 -0.0000
vn 0.9128 -0.4083 0.0000
vn 0.9128 -0.4083 0.0000
vn 0.9128 -0.4083 0.0000
vn 0.9128 -0.4083 0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
# 48 vertex normals
vt 0.5195 0.1666 0.0000
vt 0.8290 0.6169 0.0000
vt 0.2813 0.5757 0.0000
vt 0.5295 0.9744 0.0000
vt 0.5173 0.0022 0.0000
vt 0.9243 0.6233 0.0000
vt 0.1385 0.5649 0.0000
# 7 texture coords
o BS_ups1
g BS_ups1
usemtl BS
s 8
f 1/1/1 2/2/2 3/3/3
s 16
f 1/1/4 4/2/5 2/3/6
s 32
f 1/1/7 5/2/8 4/3/9
s 64
f 1/1/10 3/2/11 5/3/12
s 8
f 2/2/13 6/4/14 3/3/15
s 16
f 4/2/16 6/4/17 2/3/18
s 32
f 5/2/19 6/4/20 4/3/21
s 64
f 3/2/22 6/4/23 5/3/24
s 8
f 7/5/25 8/6/26 9/7/27
f 10/7/28 11/6/29 12/5/30
s 1
f 12/5/31 11/6/32 8/6/33
f 8/6/34 7/5/35 12/5/36
s 2
f 11/6/37 10/7/38 9/7/39
f 9/7/40 8/6/41 11/6/42
s 4
f 10/7/43 12/5/44 7/5/45
f 7/5/46 9/7/47 10/7/48
# 16 faces

View File

@ -0,0 +1,18 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 20.02.2023 10:59:10
newmtl BS
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.5880 0.5880 0.5880
Kd 0.5880 0.5880 0.5880
Ks 0.0000 0.0000 0.0000
Ke 0.2118 0.4314 0.1804
map_Ka BS.png
map_Kd BS.png
map_Ke BS.png
map_d BS.png

View File

@ -0,0 +1,115 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 20.02.2023 10:59:10
mtllib BS_ups2.mtl
#
# object BS_ups2
#
v -89.0257 34.1943 51.8811
v -84.1162 44.5648 56.7906
v -93.9352 44.5648 56.7906
v -84.1162 44.5648 46.9716
v -93.9352 44.5648 46.9716
v -89.0257 50.5593 51.8811
v -89.0257 30.3823 51.8975
v -82.6816 44.5648 51.8975
v -95.3698 44.5648 51.8975
v -95.3698 44.5648 51.8647
v -82.6816 44.5648 51.8647
v -89.0257 30.3823 51.8647
# 12 vertices
vn 0.0000 -0.4279 0.9038
vn 0.0000 0.0753 0.9972
vn 0.0000 0.0753 0.9972
vn 0.9038 -0.4279 -0.0000
vn 0.9972 0.0753 -0.0000
vn 0.9972 0.0753 -0.0000
vn 0.0000 -0.4279 -0.9038
vn 0.0000 0.0753 -0.9972
vn 0.0000 0.0753 -0.9972
vn -0.9038 -0.4279 -0.0000
vn -0.9972 0.0753 -0.0000
vn -0.9972 0.0753 -0.0000
vn 0.0000 0.0753 0.9972
vn 0.0000 0.6336 0.7736
vn 0.0000 0.0753 0.9972
vn 0.9972 0.0753 -0.0000
vn 0.7736 0.6336 -0.0000
vn 0.9972 0.0753 -0.0000
vn 0.0000 0.0753 -0.9972
vn 0.0000 0.6336 -0.7736
vn 0.0000 0.0753 -0.9972
vn -0.9972 0.0753 -0.0000
vn -0.7736 0.6336 -0.0000
vn -0.9972 0.0753 -0.0000
vn -0.0000 -0.0000 1.0000
vn -0.0000 -0.0000 1.0000
vn -0.0000 -0.0000 1.0000
vn 0.0000 -0.0000 -1.0000
vn 0.0000 -0.0000 -1.0000
vn 0.0000 -0.0000 -1.0000
vn 0.9128 -0.4083 0.0000
vn 0.9128 -0.4083 -0.0000
vn 0.9128 -0.4083 0.0000
vn 0.9128 -0.4083 0.0000
vn 0.9128 -0.4083 0.0000
vn 0.9128 -0.4083 0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
vn -0.9128 -0.4083 -0.0000
# 48 vertex normals
vt 0.5195 0.1666 0.0000
vt 0.8290 0.6169 0.0000
vt 0.2813 0.5757 0.0000
vt 0.5295 0.9744 0.0000
vt 0.5173 0.0022 0.0000
vt 0.9243 0.6233 0.0000
vt 0.1385 0.5649 0.0000
# 7 texture coords
o BS_ups2
g BS_ups2
usemtl BS
s 8
f 1/1/1 2/2/2 3/3/3
s 16
f 1/1/4 4/2/5 2/3/6
s 32
f 1/1/7 5/2/8 4/3/9
s 64
f 1/1/10 3/2/11 5/3/12
s 8
f 2/2/13 6/4/14 3/3/15
s 16
f 4/2/16 6/4/17 2/3/18
s 32
f 5/2/19 6/4/20 4/3/21
s 64
f 3/2/22 6/4/23 5/3/24
s 8
f 7/5/25 8/6/26 9/7/27
f 10/7/28 11/6/29 12/5/30
s 1
f 12/5/31 11/6/32 8/6/33
f 8/6/34 7/5/35 12/5/36
s 2
f 11/6/37 10/7/38 9/7/39
f 9/7/40 8/6/41 11/6/42
s 4
f 10/7/43 12/5/44 7/5/45
f 7/5/46 9/7/47 10/7/48
# 16 faces

View File

@ -0,0 +1,17 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 31.01.2023 10:21:51
newmtl Material__377
Kd 0.0000 0.0000 0.0157
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd back.jpg

View File

@ -0,0 +1,69 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 31.01.2023 10:21:51
mtllib BackGround.mtl
#
# object Plane001
#
v -5000.0000 -0.0005 -5000.0000
v -5000.0000 -0.0005 5000.0000
v -813.2837 -0.0005 682.5708
v -635.9297 -0.0005 -850.2510
v 5000.0000 -0.0005 5000.0000
v 635.9297 -0.0005 850.2510
v 5000.0000 -0.0005 -5000.0000
v 813.2837 -0.0005 -682.5708
# 8 vertices
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
vn 0.0000 1.0000 -0.0000
# 24 vertex normals
vt -1.5000 2.5000 0.5000
vt -1.5000 -1.5000 0.5000
vt 0.1747 0.2270 0.5000
vt 0.2456 0.8401 0.5000
vt 2.5000 -1.5000 0.5000
vt 0.7544 0.1599 0.5000
vt 2.5000 2.5000 0.5000
vt 0.8253 0.7730 0.5000
# 8 texture coords
o Plane001
g Plane001
usemtl Material__377
s off
f 1/1/1 2/2/2 3/3/3
f 3/3/4 4/4/5 1/1/6
f 2/2/7 5/5/8 6/6/9
f 6/6/10 3/3/11 2/2/12
f 5/5/13 7/7/14 8/8/15
f 8/8/16 6/6/17 5/5/18
f 7/7/19 1/1/20 4/4/21
f 4/4/22 8/8/23 7/7/24
# 8 faces

View File

@ -0,0 +1,17 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 13.02.2023 11:28:57
newmtl SecurityCamera_0a
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd SecurityCamera_0a_D.jpg

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,17 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 13.02.2023 11:29:09
newmtl SecurityCamera_0a
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd SecurityCamera_0a_D.jpg

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,30 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 14.01.2023 10:15:32
newmtl Material__176
Kd 1.0000 0.0000 0.0000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
newmtl Material__177
Kd 0.0000 1.0000 0.2878
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,14 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 13.02.2023 11:14:02
newmtl Material__379
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 1.0000 1.0000 1.0000
Kd 1.0000 1.0000 1.0000
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,98 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 14.01.2023 10:09:36
newmtl DM_HeiSe_HY
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd 3.jpg
newmtl Material__284
Ns 10.0000
Ni 1.5000
d 0.5000
Tr 0.5000
Tf 0.5000 0.5000 0.5000
illum 2
Ka 0.0706 0.3725 0.9333
Kd 0.0706 0.3725 0.9333
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
newmtl JG_DM_CZ_02
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd JG_DM_CZ_02.jpg
newmtl TYWJ_HuaWenBan
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd TYWJ_HuaWenBan.jpg
newmtl TYWJ_HuangYQ
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.7373 0.4510 0.0000
Kd 0.7373 0.4510 0.0000
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
newmtl Material__285
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.8667 0.8667 0.8667
Kd 0.8667 0.8667 0.8667
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
newmtl JG_DM_CZ_01
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd JG_DM_CZ_01.jpg

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,56 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 14.01.2023 10:10:00
newmtl DM_LvSe_HY
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd 357.jpg
newmtl Material__284
Ns 10.0000
Ni 1.5000
d 0.5000
Tr 0.5000
Tf 0.5000 0.5000 0.5000
illum 2
Ka 0.0706 0.3725 0.9333
Kd 0.0706 0.3725 0.9333
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
newmtl Material__285
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.8667 0.8667 0.8667
Kd 0.8667 0.8667 0.8667
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
newmtl Material__375
Kd 0.5000 0.5000 0.5000
Ks 1.0000 1.0000 1.0000
Tr 0.0000
d 1.0000
Tf 1.0000 1.0000 1.0000
Pr 0.0000
Pm 0.0000
Pc 0.0000
Pcr 0.0000
Ni 1.5200
Ke 0.0000 0.0000 0.0000
illum 2
map_Kd 3.jpg

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,16 @@
# 3ds Max Wavefront OBJ Exporter v0.99 - (c)2007 guruware
# File Created: 14.01.2023 09:35:33
newmtl HC_col_yellow_3
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.5880 0.5880 0.5880
Kd 0.5880 0.5880 0.5880
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
map_Ka HC_col_yellow_3.jpg
map_Kd HC_col_yellow_3.jpg

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 522 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Some files were not shown because too many files have changed in this diff Show More