first commit
191
LICENSE
Normal file
@ -0,0 +1,191 @@
|
|||||||
|
(This file copied from Digilines mod)
|
||||||
|
|
||||||
|
The LGPLv3 applies to all code in this project.
|
||||||
|
The WTFPL applies to textures and any other content in this project which is
|
||||||
|
not source code.
|
||||||
|
|
||||||
|
=============================================================
|
||||||
|
|
||||||
|
GNU LESSER GENERAL PUBLIC LICENSE
|
||||||
|
Version 3, 29 June 2007
|
||||||
|
|
||||||
|
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||||
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
|
|
||||||
|
This version of the GNU Lesser General Public License incorporates
|
||||||
|
the terms and conditions of version 3 of the GNU General Public
|
||||||
|
License, supplemented by the additional permissions listed below.
|
||||||
|
|
||||||
|
0. Additional Definitions.
|
||||||
|
|
||||||
|
As used herein, "this License" refers to version 3 of the GNU Lesser
|
||||||
|
General Public License, and the "GNU GPL" refers to version 3 of the GNU
|
||||||
|
General Public License.
|
||||||
|
|
||||||
|
"The Library" refers to a covered work governed by this License,
|
||||||
|
other than an Application or a Combined Work as defined below.
|
||||||
|
|
||||||
|
An "Application" is any work that makes use of an interface provided
|
||||||
|
by the Library, but which is not otherwise based on the Library.
|
||||||
|
Defining a subclass of a class defined by the Library is deemed a mode
|
||||||
|
of using an interface provided by the Library.
|
||||||
|
|
||||||
|
A "Combined Work" is a work produced by combining or linking an
|
||||||
|
Application with the Library. The particular version of the Library
|
||||||
|
with which the Combined Work was made is also called the "Linked
|
||||||
|
Version".
|
||||||
|
|
||||||
|
The "Minimal Corresponding Source" for a Combined Work means the
|
||||||
|
Corresponding Source for the Combined Work, excluding any source code
|
||||||
|
for portions of the Combined Work that, considered in isolation, are
|
||||||
|
based on the Application, and not on the Linked Version.
|
||||||
|
|
||||||
|
The "Corresponding Application Code" for a Combined Work means the
|
||||||
|
object code and/or source code for the Application, including any data
|
||||||
|
and utility programs needed for reproducing the Combined Work from the
|
||||||
|
Application, but excluding the System Libraries of the Combined Work.
|
||||||
|
|
||||||
|
1. Exception to Section 3 of the GNU GPL.
|
||||||
|
|
||||||
|
You may convey a covered work under sections 3 and 4 of this License
|
||||||
|
without being bound by section 3 of the GNU GPL.
|
||||||
|
|
||||||
|
2. Conveying Modified Versions.
|
||||||
|
|
||||||
|
If you modify a copy of the Library, and, in your modifications, a
|
||||||
|
facility refers to a function or data to be supplied by an Application
|
||||||
|
that uses the facility (other than as an argument passed when the
|
||||||
|
facility is invoked), then you may convey a copy of the modified
|
||||||
|
version:
|
||||||
|
|
||||||
|
a) under this License, provided that you make a good faith effort to
|
||||||
|
ensure that, in the event an Application does not supply the
|
||||||
|
function or data, the facility still operates, and performs
|
||||||
|
whatever part of its purpose remains meaningful, or
|
||||||
|
|
||||||
|
b) under the GNU GPL, with none of the additional permissions of
|
||||||
|
this License applicable to that copy.
|
||||||
|
|
||||||
|
3. Object Code Incorporating Material from Library Header Files.
|
||||||
|
|
||||||
|
The object code form of an Application may incorporate material from
|
||||||
|
a header file that is part of the Library. You may convey such object
|
||||||
|
code under terms of your choice, provided that, if the incorporated
|
||||||
|
material is not limited to numerical parameters, data structure
|
||||||
|
layouts and accessors, or small macros, inline functions and templates
|
||||||
|
(ten or fewer lines in length), you do both of the following:
|
||||||
|
|
||||||
|
a) Give prominent notice with each copy of the object code that the
|
||||||
|
Library is used in it and that the Library and its use are
|
||||||
|
covered by this License.
|
||||||
|
|
||||||
|
b) Accompany the object code with a copy of the GNU GPL and this license
|
||||||
|
document.
|
||||||
|
|
||||||
|
4. Combined Works.
|
||||||
|
|
||||||
|
You may convey a Combined Work under terms of your choice that,
|
||||||
|
taken together, effectively do not restrict modification of the
|
||||||
|
portions of the Library contained in the Combined Work and reverse
|
||||||
|
engineering for debugging such modifications, if you also do each of
|
||||||
|
the following:
|
||||||
|
|
||||||
|
a) Give prominent notice with each copy of the Combined Work that
|
||||||
|
the Library is used in it and that the Library and its use are
|
||||||
|
covered by this License.
|
||||||
|
|
||||||
|
b) Accompany the Combined Work with a copy of the GNU GPL and this license
|
||||||
|
document.
|
||||||
|
|
||||||
|
c) For a Combined Work that displays copyright notices during
|
||||||
|
execution, include the copyright notice for the Library among
|
||||||
|
these notices, as well as a reference directing the user to the
|
||||||
|
copies of the GNU GPL and this license document.
|
||||||
|
|
||||||
|
d) Do one of the following:
|
||||||
|
|
||||||
|
0) Convey the Minimal Corresponding Source under the terms of this
|
||||||
|
License, and the Corresponding Application Code in a form
|
||||||
|
suitable for, and under terms that permit, the user to
|
||||||
|
recombine or relink the Application with a modified version of
|
||||||
|
the Linked Version to produce a modified Combined Work, in the
|
||||||
|
manner specified by section 6 of the GNU GPL for conveying
|
||||||
|
Corresponding Source.
|
||||||
|
|
||||||
|
1) Use a suitable shared library mechanism for linking with the
|
||||||
|
Library. A suitable mechanism is one that (a) uses at run time
|
||||||
|
a copy of the Library already present on the user's computer
|
||||||
|
system, and (b) will operate properly with a modified version
|
||||||
|
of the Library that is interface-compatible with the Linked
|
||||||
|
Version.
|
||||||
|
|
||||||
|
e) Provide Installation Information, but only if you would otherwise
|
||||||
|
be required to provide such information under section 6 of the
|
||||||
|
GNU GPL, and only to the extent that such information is
|
||||||
|
necessary to install and execute a modified version of the
|
||||||
|
Combined Work produced by recombining or relinking the
|
||||||
|
Application with a modified version of the Linked Version. (If
|
||||||
|
you use option 4d0, the Installation Information must accompany
|
||||||
|
the Minimal Corresponding Source and Corresponding Application
|
||||||
|
Code. If you use option 4d1, you must provide the Installation
|
||||||
|
Information in the manner specified by section 6 of the GNU GPL
|
||||||
|
for conveying Corresponding Source.)
|
||||||
|
|
||||||
|
5. Combined Libraries.
|
||||||
|
|
||||||
|
You may place library facilities that are a work based on the
|
||||||
|
Library side by side in a single library together with other library
|
||||||
|
facilities that are not Applications and are not covered by this
|
||||||
|
License, and convey such a combined library under terms of your
|
||||||
|
choice, if you do both of the following:
|
||||||
|
|
||||||
|
a) Accompany the combined library with a copy of the same work based
|
||||||
|
on the Library, uncombined with any other library facilities,
|
||||||
|
conveyed under the terms of this License.
|
||||||
|
|
||||||
|
b) Give prominent notice with the combined library that part of it
|
||||||
|
is a work based on the Library, and explaining where to find the
|
||||||
|
accompanying uncombined form of the same work.
|
||||||
|
|
||||||
|
6. Revised Versions of the GNU Lesser General Public License.
|
||||||
|
|
||||||
|
The Free Software Foundation may publish revised and/or new versions
|
||||||
|
of the GNU Lesser General Public License from time to time. Such new
|
||||||
|
versions will be similar in spirit to the present version, but may
|
||||||
|
differ in detail to address new problems or concerns.
|
||||||
|
|
||||||
|
Each version is given a distinguishing version number. If the
|
||||||
|
Library as you received it specifies that a certain numbered version
|
||||||
|
of the GNU Lesser General Public License "or any later version"
|
||||||
|
applies to it, you have the option of following the terms and
|
||||||
|
conditions either of that published version or of any later version
|
||||||
|
published by the Free Software Foundation. If the Library as you
|
||||||
|
received it does not specify a version number of the GNU Lesser
|
||||||
|
General Public License, you may choose any version of the GNU Lesser
|
||||||
|
General Public License ever published by the Free Software Foundation.
|
||||||
|
|
||||||
|
If the Library as you received it specifies that a proxy can decide
|
||||||
|
whether future versions of the GNU Lesser General Public License shall
|
||||||
|
apply, that proxy's public statement of acceptance of any version is
|
||||||
|
permanent authorization for you to choose that version for the
|
||||||
|
Library.
|
||||||
|
|
||||||
|
|
||||||
|
=============================================================
|
||||||
|
|
||||||
|
|
||||||
|
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||||
|
Version 2, December 2004
|
||||||
|
|
||||||
|
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
||||||
|
|
||||||
|
Everyone is permitted to copy and distribute verbatim or modified
|
||||||
|
copies of this license document, and changing it is allowed as long
|
||||||
|
as the name is changed.
|
||||||
|
|
||||||
|
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||||
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
|
0. You just DO WHAT THE FUCK YOU WANT TO.
|
12
README.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
nixie_tubes mod by Vanessa Ezekowitz
|
||||||
|
|
||||||
|
This mod provides a set of classic Nixie tubes, controlled by Mesecons'
|
||||||
|
Digilines mod.
|
||||||
|
|
||||||
|
Simply place a tube, right-click it, and set a channel.
|
||||||
|
|
||||||
|
Then send a message to that channel from a Mesecons Lua Controller with either
|
||||||
|
a number 0-9, the word "colon", the word "period" or the word "off". The tube
|
||||||
|
will "light-up" the appropriate number or symbol, or turn off entirely.
|
||||||
|
|
||||||
|
Tubes emit a small amount of light when displaying something.
|
1
depends.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
default
|
96
init.lua
Normal file
@ -0,0 +1,96 @@
|
|||||||
|
-- simple nixie tubes mod
|
||||||
|
-- by Vanessa Ezekowitz
|
||||||
|
|
||||||
|
nixie_tubes = {}
|
||||||
|
|
||||||
|
local S
|
||||||
|
if minetest.get_modpath("intllib") then
|
||||||
|
S = intllib.Getter()
|
||||||
|
else
|
||||||
|
S = function(s) return s end
|
||||||
|
end
|
||||||
|
|
||||||
|
local nixie_types = {
|
||||||
|
"1",
|
||||||
|
"2",
|
||||||
|
"3",
|
||||||
|
"4",
|
||||||
|
"5",
|
||||||
|
"6",
|
||||||
|
"7",
|
||||||
|
"8",
|
||||||
|
"9",
|
||||||
|
"0",
|
||||||
|
"colon",
|
||||||
|
"period",
|
||||||
|
"off"
|
||||||
|
}
|
||||||
|
|
||||||
|
local tube_cbox = {
|
||||||
|
type = "fixed",
|
||||||
|
fixed = { -4/16, -8/16, -4/16, 4/16, 2/16, 4/16 }
|
||||||
|
}
|
||||||
|
|
||||||
|
-- the following functions based on the so-named ones in Jeija's digilines mod
|
||||||
|
|
||||||
|
local reset_meta = function(pos)
|
||||||
|
minetest.get_meta(pos):set_string("formspec", "field[channel;Channel;${channel}]")
|
||||||
|
end
|
||||||
|
|
||||||
|
local on_digiline_receive = function(pos, node, channel, msg)
|
||||||
|
local meta = minetest.get_meta(pos)
|
||||||
|
local setchan = meta:get_string("channel")
|
||||||
|
if setchan ~= channel then return end
|
||||||
|
local num = tonumber(msg)
|
||||||
|
if msg == "colon" or msg == "period" or msg == "off" or (num >= 0 and num <= 9) then
|
||||||
|
minetest.swap_node(pos, { name = "nixie_tubes:tube_"..msg, param2 = node.param2})
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
-- the nodes:
|
||||||
|
|
||||||
|
for _,tube in ipairs(nixie_types) do
|
||||||
|
local groups = { cracky = 2, not_in_creative_inventory = 1}
|
||||||
|
local light = LIGHT_MAX-4
|
||||||
|
|
||||||
|
if tube == "off" then
|
||||||
|
groups = {cracky = 2}
|
||||||
|
light = nil
|
||||||
|
end
|
||||||
|
|
||||||
|
minetest.register_node("nixie_tubes:tube_"..tube, {
|
||||||
|
description = S("Nixie Tube ("..tube..")"),
|
||||||
|
drawtype = "mesh",
|
||||||
|
mesh = "nixie_tube.obj",
|
||||||
|
tiles = {
|
||||||
|
"nixie_tube_base.png",
|
||||||
|
"nixie_tube_backing.png",
|
||||||
|
"nixie_tube_cathode_"..tube..".png",
|
||||||
|
"nixie_tube_anode.png",
|
||||||
|
"nixie_tube_glass.png",
|
||||||
|
},
|
||||||
|
use_texture_alpha = true,
|
||||||
|
groups = groups,
|
||||||
|
paramtype = "light",
|
||||||
|
paramtype2 = "facedir",
|
||||||
|
light_source = light,
|
||||||
|
selection_box = tube_cbox,
|
||||||
|
collision_box = tube_cbox,
|
||||||
|
on_construct = function(pos)
|
||||||
|
reset_meta(pos)
|
||||||
|
end,
|
||||||
|
on_receive_fields = function(pos, formname, fields, sender)
|
||||||
|
if (fields.channel) then
|
||||||
|
minetest.get_meta(pos):set_string("channel", fields.channel)
|
||||||
|
end
|
||||||
|
end,
|
||||||
|
digiline = {
|
||||||
|
receptor = {},
|
||||||
|
effector = {
|
||||||
|
action = on_digiline_receive
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
end
|
||||||
|
|
||||||
|
|
712
models/nixie_tube.obj
Normal file
@ -0,0 +1,712 @@
|
|||||||
|
# Blender v2.73 (sub 0) OBJ File: 'nixie.blend'
|
||||||
|
# www.blender.org
|
||||||
|
o nixie_Cylinder.009
|
||||||
|
v 0.000000 -0.500000 -0.218750
|
||||||
|
v 0.083712 -0.500000 -0.202098
|
||||||
|
v 0.154680 -0.500000 -0.154679
|
||||||
|
v 0.202099 -0.500000 -0.083712
|
||||||
|
v 0.218750 -0.500000 0.000000
|
||||||
|
v 0.202099 -0.500000 0.083712
|
||||||
|
v 0.154680 -0.500000 0.154679
|
||||||
|
v 0.083712 -0.500000 0.202098
|
||||||
|
v 0.000000 -0.500000 0.218750
|
||||||
|
v -0.083712 -0.500000 0.202099
|
||||||
|
v -0.154679 -0.500000 0.154680
|
||||||
|
v -0.202098 -0.500000 0.083712
|
||||||
|
v -0.218750 -0.500000 0.000000
|
||||||
|
v -0.202098 -0.500000 -0.083712
|
||||||
|
v -0.154679 -0.500000 -0.154680
|
||||||
|
v -0.083712 -0.500000 -0.202099
|
||||||
|
v 0.000000 -0.329560 0.000000
|
||||||
|
v 0.000000 -0.500000 0.000000
|
||||||
|
v 0.083712 -0.343750 -0.202098
|
||||||
|
v 0.154680 -0.343750 -0.154679
|
||||||
|
v 0.202099 -0.343750 -0.083712
|
||||||
|
v 0.218750 -0.343750 0.000000
|
||||||
|
v 0.202099 -0.343750 0.083712
|
||||||
|
v 0.154680 -0.343750 0.154679
|
||||||
|
v 0.083712 -0.343750 0.202098
|
||||||
|
v 0.000000 -0.343750 0.218750
|
||||||
|
v -0.083712 -0.343750 0.202099
|
||||||
|
v -0.154679 -0.343750 0.154680
|
||||||
|
v -0.202098 -0.343750 0.083712
|
||||||
|
v -0.218750 -0.343750 0.000000
|
||||||
|
v -0.202098 -0.343750 -0.083712
|
||||||
|
v -0.154679 -0.343750 -0.154680
|
||||||
|
v -0.083712 -0.343750 -0.202099
|
||||||
|
v 0.000000 -0.343750 -0.218750
|
||||||
|
v 0.000000 -0.329560 -0.203992
|
||||||
|
v 0.078064 -0.329560 -0.188464
|
||||||
|
v 0.144244 -0.329560 -0.144244
|
||||||
|
v 0.188464 -0.329560 -0.078064
|
||||||
|
v 0.203992 -0.329560 0.000000
|
||||||
|
v 0.188464 -0.329560 0.078064
|
||||||
|
v 0.144244 -0.329560 0.144244
|
||||||
|
v 0.078064 -0.329560 0.188464
|
||||||
|
v 0.000000 -0.329560 0.203992
|
||||||
|
v -0.078064 -0.329560 0.188464
|
||||||
|
v -0.144244 -0.329560 0.144244
|
||||||
|
v -0.188464 -0.329560 0.078064
|
||||||
|
v -0.203992 -0.329560 0.000000
|
||||||
|
v -0.188464 -0.329560 -0.078064
|
||||||
|
v -0.144244 -0.329560 -0.144244
|
||||||
|
v -0.078064 -0.329560 -0.188464
|
||||||
|
v -0.053754 0.102539 -0.129774
|
||||||
|
v -0.099324 0.102539 -0.099324
|
||||||
|
v -0.129774 0.102539 -0.053754
|
||||||
|
v -0.140466 0.102539 0.000000
|
||||||
|
v -0.129774 0.102539 0.053754
|
||||||
|
v -0.099324 0.102539 0.099324
|
||||||
|
v -0.053754 0.102539 0.129774
|
||||||
|
v 0.000000 0.102539 0.140466
|
||||||
|
v 0.053754 0.102539 0.129774
|
||||||
|
v 0.099324 0.102539 0.099324
|
||||||
|
v 0.129774 0.102539 0.053754
|
||||||
|
v 0.140466 0.102539 0.000000
|
||||||
|
v 0.129774 0.102539 -0.053754
|
||||||
|
v 0.099324 0.102539 -0.099324
|
||||||
|
v 0.053754 0.102539 -0.129774
|
||||||
|
v 0.000000 -0.007590 -0.203992
|
||||||
|
v -0.078064 -0.007590 -0.188464
|
||||||
|
v -0.144244 -0.007590 -0.144244
|
||||||
|
v -0.188464 -0.007590 -0.078064
|
||||||
|
v -0.203992 -0.007590 0.000000
|
||||||
|
v -0.188464 -0.007590 0.078064
|
||||||
|
v -0.144244 -0.007590 0.144244
|
||||||
|
v -0.078064 -0.007590 0.188464
|
||||||
|
v 0.000000 -0.007590 0.203992
|
||||||
|
v 0.078064 -0.007590 0.188464
|
||||||
|
v 0.144244 -0.007590 0.144244
|
||||||
|
v 0.188464 -0.007590 0.078064
|
||||||
|
v 0.203992 -0.007590 0.000000
|
||||||
|
v 0.188464 -0.007590 -0.078064
|
||||||
|
v 0.144244 -0.007590 -0.144244
|
||||||
|
v 0.078064 -0.007590 -0.188464
|
||||||
|
v 0.000000 0.102539 -0.140466
|
||||||
|
v -0.072510 0.047475 -0.175054
|
||||||
|
v -0.133981 0.047475 -0.133981
|
||||||
|
v -0.175054 0.047475 -0.072510
|
||||||
|
v -0.189477 0.047475 0.000000
|
||||||
|
v -0.175054 0.047475 0.072510
|
||||||
|
v -0.133981 0.047475 0.133981
|
||||||
|
v -0.072510 0.047475 0.175054
|
||||||
|
v 0.000000 0.047475 0.189477
|
||||||
|
v 0.072510 0.047475 0.175054
|
||||||
|
v 0.133981 0.047475 0.133981
|
||||||
|
v 0.175054 0.047475 0.072510
|
||||||
|
v 0.189477 0.047475 0.000000
|
||||||
|
v 0.175054 0.047475 -0.072510
|
||||||
|
v 0.133981 0.047475 -0.133981
|
||||||
|
v 0.072510 0.047475 -0.175054
|
||||||
|
v 0.000000 0.047475 -0.189477
|
||||||
|
v 0.000000 0.125000 0.000000
|
||||||
|
v -0.010843 0.125000 -0.026178
|
||||||
|
v -0.020036 0.125000 -0.020036
|
||||||
|
v -0.026178 0.125000 -0.010843
|
||||||
|
v -0.028335 0.125000 0.000000
|
||||||
|
v -0.026178 0.125000 0.010843
|
||||||
|
v -0.020036 0.125000 0.020036
|
||||||
|
v -0.010843 0.125000 0.026178
|
||||||
|
v 0.000000 0.125000 0.028335
|
||||||
|
v 0.010843 0.125000 0.026178
|
||||||
|
v 0.020036 0.125000 0.020036
|
||||||
|
v 0.026178 0.125000 0.010843
|
||||||
|
v 0.028335 0.125000 0.000000
|
||||||
|
v 0.026178 0.125000 -0.010843
|
||||||
|
v 0.020036 0.125000 -0.020036
|
||||||
|
v 0.010843 0.125000 -0.026178
|
||||||
|
v 0.000000 0.125000 -0.028335
|
||||||
|
v -0.078064 -0.329560 -0.188464
|
||||||
|
v -0.144244 -0.329560 -0.144244
|
||||||
|
v -0.188464 -0.329560 -0.078064
|
||||||
|
v -0.203992 -0.329560 0.000000
|
||||||
|
v -0.188464 -0.329560 0.078064
|
||||||
|
v -0.144244 -0.329560 0.144244
|
||||||
|
v -0.078064 -0.329560 0.188464
|
||||||
|
v 0.000000 -0.329560 0.203992
|
||||||
|
v 0.078064 -0.329560 0.188464
|
||||||
|
v 0.144244 -0.329560 0.144244
|
||||||
|
v 0.188464 -0.329560 0.078064
|
||||||
|
v 0.203992 -0.329560 0.000000
|
||||||
|
v 0.188464 -0.329560 -0.078064
|
||||||
|
v 0.144244 -0.329560 -0.144244
|
||||||
|
v 0.078064 -0.329560 -0.188464
|
||||||
|
v 0.000000 -0.329560 -0.203992
|
||||||
|
v 0.000000 0.118332 -0.092135
|
||||||
|
v 0.035259 0.118332 -0.085122
|
||||||
|
v 0.065149 0.118332 -0.065149
|
||||||
|
v 0.085122 0.118332 -0.035259
|
||||||
|
v 0.092135 0.118332 0.000000
|
||||||
|
v 0.085122 0.118332 0.035259
|
||||||
|
v 0.065149 0.118332 0.065149
|
||||||
|
v 0.035259 0.118332 0.085122
|
||||||
|
v 0.000000 0.118332 0.092135
|
||||||
|
v -0.035259 0.118332 0.085122
|
||||||
|
v -0.065149 0.118332 0.065149
|
||||||
|
v -0.085122 0.118332 0.035259
|
||||||
|
v -0.092135 0.118332 0.000000
|
||||||
|
v -0.085122 0.118332 -0.035259
|
||||||
|
v -0.065149 0.118332 -0.065149
|
||||||
|
v -0.035259 0.118332 -0.085122
|
||||||
|
v -0.140278 -0.332273 -0.000606
|
||||||
|
v -0.140278 0.063629 -0.000606
|
||||||
|
v 0.140280 -0.332273 -0.000606
|
||||||
|
v 0.140280 0.063629 -0.000606
|
||||||
|
v 0.000001 -0.332273 -0.077283
|
||||||
|
v 0.000001 0.063629 -0.077283
|
||||||
|
v -0.114055 -0.332273 -0.046090
|
||||||
|
v 0.114057 0.063629 -0.046090
|
||||||
|
v 0.114057 -0.332273 -0.046090
|
||||||
|
v -0.114055 0.063629 -0.046090
|
||||||
|
v -0.143173 -0.332273 -0.009654
|
||||||
|
v 0.143175 0.063629 -0.009654
|
||||||
|
v 0.077962 -0.332273 -0.063816
|
||||||
|
v -0.077960 0.063629 -0.063816
|
||||||
|
v -0.077960 -0.332273 -0.063816
|
||||||
|
v 0.077961 0.063629 -0.063816
|
||||||
|
v 0.143175 -0.332273 -0.009654
|
||||||
|
v -0.143173 0.063629 -0.009654
|
||||||
|
v 0.155989 0.063629 0.031838
|
||||||
|
v 0.155990 -0.332273 0.031838
|
||||||
|
v -0.155988 0.063629 0.031838
|
||||||
|
v -0.155988 -0.332273 0.031838
|
||||||
|
v 0.000001 -0.332273 -0.004702
|
||||||
|
v 0.000001 0.063629 -0.004702
|
||||||
|
v 0.022706 0.109662 -0.114152
|
||||||
|
v 0.064662 0.109662 -0.096773
|
||||||
|
v 0.096773 0.109662 -0.064662
|
||||||
|
v 0.114152 0.109662 -0.022706
|
||||||
|
v 0.114152 0.109662 0.022706
|
||||||
|
v 0.096773 0.109662 0.064662
|
||||||
|
v 0.064662 0.109662 0.096773
|
||||||
|
v 0.022706 0.109662 0.114152
|
||||||
|
v -0.022706 0.109662 0.114152
|
||||||
|
v -0.064662 0.109662 0.096773
|
||||||
|
v -0.096773 0.109662 0.064662
|
||||||
|
v -0.114152 0.109662 0.022706
|
||||||
|
v -0.114152 0.109662 -0.022706
|
||||||
|
v -0.096773 0.109662 -0.064662
|
||||||
|
v -0.022706 0.109662 -0.114152
|
||||||
|
v -0.064662 0.109662 -0.096773
|
||||||
|
v 0.031891 0.073100 -0.160325
|
||||||
|
v 0.090817 0.073100 -0.135917
|
||||||
|
v 0.135917 0.073100 -0.090817
|
||||||
|
v 0.160325 0.073100 -0.031891
|
||||||
|
v 0.160325 0.073100 0.031891
|
||||||
|
v 0.135917 0.073100 0.090817
|
||||||
|
v 0.090817 0.073100 0.135917
|
||||||
|
v 0.031891 0.073100 0.160325
|
||||||
|
v -0.031891 0.073100 0.160325
|
||||||
|
v -0.090817 0.073100 0.135917
|
||||||
|
v -0.135917 0.073100 0.090817
|
||||||
|
v -0.160325 0.073100 0.031891
|
||||||
|
v -0.160325 0.073100 -0.031891
|
||||||
|
v -0.135917 0.073100 -0.090817
|
||||||
|
v -0.031891 0.073100 -0.160325
|
||||||
|
v -0.090817 0.073100 -0.135917
|
||||||
|
v 0.037673 0.019359 -0.189395
|
||||||
|
v 0.107283 0.019359 -0.160561
|
||||||
|
v 0.160561 0.019359 -0.107283
|
||||||
|
v 0.189395 0.019359 -0.037673
|
||||||
|
v 0.189395 0.019359 0.037673
|
||||||
|
v 0.160561 0.019359 0.107283
|
||||||
|
v 0.107283 0.019359 0.160561
|
||||||
|
v 0.037673 0.019359 0.189395
|
||||||
|
v -0.037673 0.019359 0.189395
|
||||||
|
v -0.107283 0.019359 0.160561
|
||||||
|
v -0.160561 0.019359 0.107284
|
||||||
|
v -0.189395 0.019359 0.037673
|
||||||
|
v -0.189395 0.019359 -0.037673
|
||||||
|
v -0.160561 0.019359 -0.107283
|
||||||
|
v -0.037673 0.019359 -0.189395
|
||||||
|
v -0.107283 0.019359 -0.160561
|
||||||
|
vt 0.500000 0.750000
|
||||||
|
vt 0.595671 0.730970
|
||||||
|
vt 0.500000 0.500000
|
||||||
|
vt 0.437500 0.000000
|
||||||
|
vt 0.437500 0.250000
|
||||||
|
vt 0.375000 0.250000
|
||||||
|
vt 0.375000 0.000000
|
||||||
|
vt 0.312500 0.250000
|
||||||
|
vt 0.312500 0.000000
|
||||||
|
vt 0.250000 0.250000
|
||||||
|
vt 0.250000 0.000000
|
||||||
|
vt 0.187500 0.250000
|
||||||
|
vt 0.187500 0.000000
|
||||||
|
vt 0.125000 0.250000
|
||||||
|
vt 0.125000 0.000000
|
||||||
|
vt 0.062500 0.250000
|
||||||
|
vt 0.062500 0.000000
|
||||||
|
vt 0.000000 0.250000
|
||||||
|
vt 0.000000 0.000000
|
||||||
|
vt 1.000000 0.000000
|
||||||
|
vt 1.000000 0.250000
|
||||||
|
vt 0.937500 0.250000
|
||||||
|
vt 0.937500 0.000000
|
||||||
|
vt 0.875000 0.250000
|
||||||
|
vt 0.875000 0.000000
|
||||||
|
vt 0.812500 0.250000
|
||||||
|
vt 0.812500 0.000000
|
||||||
|
vt 0.750000 0.250000
|
||||||
|
vt 0.750000 0.000000
|
||||||
|
vt 0.687500 0.250000
|
||||||
|
vt 0.687500 0.000000
|
||||||
|
vt 0.625000 0.250000
|
||||||
|
vt 0.625000 0.000000
|
||||||
|
vt 0.562500 0.250000
|
||||||
|
vt 0.562500 0.000000
|
||||||
|
vt 0.500000 0.000000
|
||||||
|
vt 0.500000 0.250000
|
||||||
|
vt 0.676777 0.676777
|
||||||
|
vt 0.500000 0.733134
|
||||||
|
vt 0.589216 0.715388
|
||||||
|
vt 0.664850 0.664850
|
||||||
|
vt 0.715388 0.589216
|
||||||
|
vt 0.730970 0.595671
|
||||||
|
vt 0.733134 0.500000
|
||||||
|
vt 0.750000 0.500000
|
||||||
|
vt 0.715388 0.410784
|
||||||
|
vt 0.730970 0.404329
|
||||||
|
vt 0.664850 0.335149
|
||||||
|
vt 0.676777 0.323223
|
||||||
|
vt 0.589216 0.284612
|
||||||
|
vt 0.595671 0.269030
|
||||||
|
vt 0.500000 0.266866
|
||||||
|
vt 0.410784 0.284612
|
||||||
|
vt 0.404329 0.269030
|
||||||
|
vt 0.335150 0.335149
|
||||||
|
vt 0.323223 0.323223
|
||||||
|
vt 0.284612 0.410784
|
||||||
|
vt 0.269030 0.404329
|
||||||
|
vt 0.266866 0.500000
|
||||||
|
vt 0.250000 0.500000
|
||||||
|
vt 0.284612 0.589217
|
||||||
|
vt 0.269030 0.595671
|
||||||
|
vt 0.335150 0.664851
|
||||||
|
vt 0.323223 0.676777
|
||||||
|
vt 0.404329 0.730970
|
||||||
|
vt 0.410784 0.715388
|
||||||
|
vt 0.000000 1.000000
|
||||||
|
vt 1.000000 1.000000
|
||||||
|
vt 0.500000 1.000000
|
||||||
|
vt 0.093750 1.000000
|
||||||
|
vt 0.093750 0.000000
|
||||||
|
vt 0.906250 0.000000
|
||||||
|
vt 0.906250 1.000000
|
||||||
|
vt 0.718750 0.000000
|
||||||
|
vt 0.718750 1.000000
|
||||||
|
vt 0.812500 1.000000
|
||||||
|
vt 0.312500 1.000000
|
||||||
|
vt 0.218750 1.000000
|
||||||
|
vt 0.218750 0.000000
|
||||||
|
vt 0.125000 1.000000
|
||||||
|
vt 0.250000 0.320312
|
||||||
|
vt 0.125000 0.320312
|
||||||
|
vt 1.000000 0.320312
|
||||||
|
vt 0.875000 0.320312
|
||||||
|
vt 0.750000 0.320312
|
||||||
|
vt 0.625000 0.320312
|
||||||
|
vt 0.500000 0.320312
|
||||||
|
vt 0.375000 0.320312
|
||||||
|
vt 0.000000 0.320312
|
||||||
|
vt 0.875000 0.445312
|
||||||
|
vt 0.875000 0.500000
|
||||||
|
vt 0.812500 0.469977
|
||||||
|
vt 0.750000 0.445312
|
||||||
|
vt 0.687500 0.469977
|
||||||
|
vt 0.625000 0.445312
|
||||||
|
vt 0.625000 0.500000
|
||||||
|
vt 0.562500 0.469977
|
||||||
|
vt 0.500000 0.445312
|
||||||
|
vt 0.437500 0.469977
|
||||||
|
vt 0.375000 0.445312
|
||||||
|
vt 0.375000 0.500000
|
||||||
|
vt 0.312500 0.469977
|
||||||
|
vt 0.250000 0.445312
|
||||||
|
vt 0.187500 0.469977
|
||||||
|
vt 0.125000 0.445312
|
||||||
|
vt 0.125000 0.500000
|
||||||
|
vt 0.062500 0.469977
|
||||||
|
vt 1.000000 0.445312
|
||||||
|
vt 1.000000 0.500000
|
||||||
|
vt 0.937500 0.469977
|
||||||
|
vt 1.000000 0.375000
|
||||||
|
vt 0.937500 0.407722
|
||||||
|
vt 0.875000 0.375000
|
||||||
|
vt 0.812500 0.407722
|
||||||
|
vt 0.750000 0.375000
|
||||||
|
vt 0.687500 0.407722
|
||||||
|
vt 0.625000 0.375000
|
||||||
|
vt 0.562500 0.407722
|
||||||
|
vt 0.500000 0.375000
|
||||||
|
vt 0.437500 0.407722
|
||||||
|
vt 0.375000 0.375000
|
||||||
|
vt 0.312500 0.407722
|
||||||
|
vt 0.250000 0.375000
|
||||||
|
vt 0.187500 0.407722
|
||||||
|
vt 0.125000 0.375000
|
||||||
|
vt 0.062500 0.407722
|
||||||
|
vt 0.937500 0.347077
|
||||||
|
vt 0.537472 0.537472
|
||||||
|
vt 0.520280 0.548959
|
||||||
|
vt 0.548959 0.520280
|
||||||
|
vt 0.552993 0.500000
|
||||||
|
vt 0.548959 0.479721
|
||||||
|
vt 0.537472 0.462529
|
||||||
|
vt 0.520280 0.451041
|
||||||
|
vt 0.500000 0.447008
|
||||||
|
vt 0.479721 0.451041
|
||||||
|
vt 0.462529 0.462529
|
||||||
|
vt 0.451041 0.479721
|
||||||
|
vt 0.447007 0.500000
|
||||||
|
vt 0.451041 0.520280
|
||||||
|
vt 0.462529 0.537472
|
||||||
|
vt 0.479721 0.548959
|
||||||
|
vt 0.500000 0.552993
|
||||||
|
vt 0.812500 0.347077
|
||||||
|
vt 0.687500 0.347077
|
||||||
|
vt 0.562500 0.347077
|
||||||
|
vt 0.437500 0.347077
|
||||||
|
vt 0.312500 0.347077
|
||||||
|
vt 0.187500 0.347077
|
||||||
|
vt 0.062500 0.347077
|
||||||
|
vt 0.378156 0.621844
|
||||||
|
vt 0.434059 0.659197
|
||||||
|
vt 0.500000 0.672314
|
||||||
|
vt 0.340803 0.565942
|
||||||
|
vt 0.327687 0.500000
|
||||||
|
vt 0.340803 0.434059
|
||||||
|
vt 0.378156 0.378156
|
||||||
|
vt 0.434059 0.340803
|
||||||
|
vt 0.500000 0.327687
|
||||||
|
vt 0.565942 0.340803
|
||||||
|
vt 0.621844 0.378156
|
||||||
|
vt 0.659197 0.434059
|
||||||
|
vt 0.672314 0.500000
|
||||||
|
vt 0.659197 0.565942
|
||||||
|
vt 0.621844 0.621844
|
||||||
|
vt 0.565942 0.659197
|
||||||
|
vt 0.000000 0.500000
|
||||||
|
vt 0.000000 0.445312
|
||||||
|
vt 0.000000 0.375000
|
||||||
|
g nixie_Cylinder.009_base
|
||||||
|
s 1
|
||||||
|
f 1/1 2/2 18/3
|
||||||
|
f 1/4 34/5 19/6 2/7
|
||||||
|
f 2/7 19/6 20/8 3/9
|
||||||
|
f 3/9 20/8 21/10 4/11
|
||||||
|
f 4/11 21/10 22/12 5/13
|
||||||
|
f 5/13 22/12 23/14 6/15
|
||||||
|
f 6/15 23/14 24/16 7/17
|
||||||
|
f 7/17 24/16 25/18 8/19
|
||||||
|
f 8/20 25/21 26/22 9/23
|
||||||
|
f 9/23 26/22 27/24 10/25
|
||||||
|
f 10/25 27/24 28/26 11/27
|
||||||
|
f 11/27 28/26 29/28 12/29
|
||||||
|
f 12/29 29/28 30/30 13/31
|
||||||
|
f 13/31 30/30 31/32 14/33
|
||||||
|
f 14/33 31/32 32/34 15/35
|
||||||
|
f 16/36 33/37 34/5 1/4
|
||||||
|
f 15/35 32/34 33/37 16/36
|
||||||
|
f 2/2 3/38 18/3
|
||||||
|
f 34/1 35/39 36/40 19/2
|
||||||
|
f 19/2 36/40 37/41 20/38
|
||||||
|
f 20/38 37/41 38/42 21/43
|
||||||
|
f 21/43 38/42 39/44 22/45
|
||||||
|
f 22/45 39/44 40/46 23/47
|
||||||
|
f 23/47 40/46 41/48 24/49
|
||||||
|
f 24/49 41/48 42/50 25/51
|
||||||
|
f 25/51 42/50 43/52 26/37
|
||||||
|
f 26/37 43/52 44/53 27/54
|
||||||
|
f 27/54 44/53 45/55 28/56
|
||||||
|
f 28/56 45/55 46/57 29/58
|
||||||
|
f 29/58 46/57 47/59 30/60
|
||||||
|
f 30/60 47/59 48/61 31/62
|
||||||
|
f 31/62 48/61 49/63 32/64
|
||||||
|
f 33/65 50/66 35/39 34/1
|
||||||
|
f 32/64 49/63 50/66 33/65
|
||||||
|
f 3/38 4/43 18/3
|
||||||
|
f 4/43 5/45 18/3
|
||||||
|
f 5/45 6/47 18/3
|
||||||
|
f 6/47 7/49 18/3
|
||||||
|
f 7/49 8/51 18/3
|
||||||
|
f 8/51 9/37 18/3
|
||||||
|
f 9/37 10/54 18/3
|
||||||
|
f 10/54 11/56 18/3
|
||||||
|
f 11/56 12/58 18/3
|
||||||
|
f 12/58 13/60 18/3
|
||||||
|
f 13/60 14/62 18/3
|
||||||
|
f 14/62 15/64 18/3
|
||||||
|
f 15/64 16/65 18/3
|
||||||
|
f 16/65 1/1 18/3
|
||||||
|
f 50/66 35/39 17/3
|
||||||
|
f 35/39 36/40 17/3
|
||||||
|
f 36/40 37/41 17/3
|
||||||
|
f 37/41 38/42 17/3
|
||||||
|
f 38/42 39/44 17/3
|
||||||
|
f 39/44 40/46 17/3
|
||||||
|
f 40/46 41/48 17/3
|
||||||
|
f 41/48 42/50 17/3
|
||||||
|
f 42/50 43/52 17/3
|
||||||
|
f 43/52 44/53 17/3
|
||||||
|
f 44/53 45/55 17/3
|
||||||
|
f 45/55 46/57 17/3
|
||||||
|
f 46/57 47/59 17/3
|
||||||
|
f 47/59 48/61 17/3
|
||||||
|
f 48/61 49/63 17/3
|
||||||
|
f 49/63 50/66 17/3
|
||||||
|
g nixie_Cylinder.009_backing
|
||||||
|
f 169/67 168/68 166/20 167/19
|
||||||
|
g nixie_Cylinder.009_cathode
|
||||||
|
f 170/36 171/69 151/70 150/71
|
||||||
|
f 148/72 149/73 171/69 170/36
|
||||||
|
g nixie_Cylinder.009_anode
|
||||||
|
f 162/74 161/75 153/69 152/36
|
||||||
|
f 158/72 165/73 157/76 154/27
|
||||||
|
f 160/9 163/77 155/78 156/79
|
||||||
|
f 152/36 153/69 163/77 160/9
|
||||||
|
f 154/27 157/76 161/75 162/74
|
||||||
|
f 156/79 155/78 159/80 164/15
|
||||||
|
f 164/15 159/80 166/67 167/19
|
||||||
|
f 169/20 168/68 165/73 158/72
|
||||||
|
g nixie_Cylinder.009_glass
|
||||||
|
f 68/81 67/82 116/15 117/11
|
||||||
|
f 131/20 66/83 81/84 130/25
|
||||||
|
f 81/84 80/85 129/29 130/25
|
||||||
|
f 80/85 79/86 128/33 129/29
|
||||||
|
f 79/86 78/87 127/36 128/33
|
||||||
|
f 78/87 77/88 126/7 127/36
|
||||||
|
f 77/88 76/81 125/11 126/7
|
||||||
|
f 76/81 75/82 124/15 125/11
|
||||||
|
f 75/82 74/89 123/19 124/15
|
||||||
|
f 74/83 73/84 122/25 123/20
|
||||||
|
f 73/84 72/85 121/29 122/25
|
||||||
|
f 72/85 71/86 120/33 121/29
|
||||||
|
f 71/86 70/87 119/36 120/33
|
||||||
|
f 70/87 69/88 118/7 119/36
|
||||||
|
f 69/88 68/81 117/11 118/7
|
||||||
|
f 67/82 66/89 131/19 116/15
|
||||||
|
f 65/90 133/91 173/92
|
||||||
|
f 64/93 134/45 174/94
|
||||||
|
f 63/95 135/96 175/97
|
||||||
|
f 62/98 136/3 176/99
|
||||||
|
f 61/100 137/101 177/102
|
||||||
|
f 60/103 138/60 178/104
|
||||||
|
f 59/105 139/106 179/107
|
||||||
|
f 58/108 140/109 180/110
|
||||||
|
f 57/90 141/91 181/92
|
||||||
|
f 56/93 142/45 182/94
|
||||||
|
f 55/95 143/96 183/97
|
||||||
|
f 54/98 144/3 184/99
|
||||||
|
f 53/100 145/101 185/102
|
||||||
|
f 51/105 147/106 186/107
|
||||||
|
f 52/103 146/60 187/104
|
||||||
|
f 98/111 82/108 188/112
|
||||||
|
f 97/113 65/90 189/114
|
||||||
|
f 96/115 64/93 190/116
|
||||||
|
f 95/117 63/95 191/118
|
||||||
|
f 94/119 62/98 192/120
|
||||||
|
f 93/121 61/100 193/122
|
||||||
|
f 92/123 60/103 194/124
|
||||||
|
f 91/125 59/105 195/126
|
||||||
|
f 90/111 58/108 196/112
|
||||||
|
f 89/113 57/90 197/114
|
||||||
|
f 88/115 56/93 198/116
|
||||||
|
f 87/117 55/95 199/118
|
||||||
|
f 86/119 54/98 200/120
|
||||||
|
f 85/121 53/100 201/122
|
||||||
|
f 83/125 51/105 202/126
|
||||||
|
f 84/123 52/103 203/124
|
||||||
|
f 66/83 98/111 204/127
|
||||||
|
f 113/128 114/129 99/3
|
||||||
|
f 112/130 113/128 99/3
|
||||||
|
f 111/131 112/130 99/3
|
||||||
|
f 110/132 111/131 99/3
|
||||||
|
f 109/133 110/132 99/3
|
||||||
|
f 108/134 109/133 99/3
|
||||||
|
f 107/135 108/134 99/3
|
||||||
|
f 106/136 107/135 99/3
|
||||||
|
f 105/137 106/136 99/3
|
||||||
|
f 104/138 105/137 99/3
|
||||||
|
f 103/139 104/138 99/3
|
||||||
|
f 102/140 103/139 99/3
|
||||||
|
f 101/141 102/140 99/3
|
||||||
|
f 100/142 101/141 99/3
|
||||||
|
f 115/143 100/142 99/3
|
||||||
|
f 81/84 97/113 205/144
|
||||||
|
f 80/85 96/115 206/145
|
||||||
|
f 79/86 95/117 207/146
|
||||||
|
f 78/87 94/119 208/147
|
||||||
|
f 77/88 93/121 209/148
|
||||||
|
f 76/81 92/123 210/149
|
||||||
|
f 75/82 91/125 211/150
|
||||||
|
f 74/83 90/111 212/127
|
||||||
|
f 73/84 89/113 213/144
|
||||||
|
f 72/85 88/115 214/145
|
||||||
|
f 71/86 87/117 215/146
|
||||||
|
f 70/87 86/119 216/147
|
||||||
|
f 69/88 85/121 217/148
|
||||||
|
f 67/82 83/125 218/150
|
||||||
|
f 68/81 84/123 219/149
|
||||||
|
f 114/129 115/143 99/3
|
||||||
|
f 146/151 101/141 100/142 147/152
|
||||||
|
f 147/152 100/142 115/143 132/153
|
||||||
|
f 145/154 102/140 101/141 146/151
|
||||||
|
f 144/155 103/139 102/140 145/154
|
||||||
|
f 143/156 104/138 103/139 144/155
|
||||||
|
f 142/157 105/137 104/138 143/156
|
||||||
|
f 141/158 106/136 105/137 142/157
|
||||||
|
f 140/159 107/135 106/136 141/158
|
||||||
|
f 139/160 108/134 107/135 140/159
|
||||||
|
f 138/161 109/133 108/134 139/160
|
||||||
|
f 137/162 110/132 109/133 138/161
|
||||||
|
f 136/163 111/131 110/132 137/162
|
||||||
|
f 135/164 112/130 111/131 136/163
|
||||||
|
f 134/165 113/128 112/130 135/164
|
||||||
|
f 133/166 114/129 113/128 134/165
|
||||||
|
f 132/153 115/143 114/129 133/166
|
||||||
|
f 82/108 132/109 172/110
|
||||||
|
f 132/109 133/91 172/110
|
||||||
|
f 133/91 65/90 172/110
|
||||||
|
f 65/90 82/108 172/110
|
||||||
|
f 133/91 134/45 173/92
|
||||||
|
f 134/45 64/93 173/92
|
||||||
|
f 64/93 65/90 173/92
|
||||||
|
f 134/45 135/96 174/94
|
||||||
|
f 135/96 63/95 174/94
|
||||||
|
f 63/95 64/93 174/94
|
||||||
|
f 135/96 136/3 175/97
|
||||||
|
f 136/3 62/98 175/97
|
||||||
|
f 62/98 63/95 175/97
|
||||||
|
f 136/3 137/101 176/99
|
||||||
|
f 137/101 61/100 176/99
|
||||||
|
f 61/100 62/98 176/99
|
||||||
|
f 137/101 138/60 177/102
|
||||||
|
f 138/60 60/103 177/102
|
||||||
|
f 60/103 61/100 177/102
|
||||||
|
f 138/60 139/106 178/104
|
||||||
|
f 139/106 59/105 178/104
|
||||||
|
f 59/105 60/103 178/104
|
||||||
|
f 139/106 140/167 179/107
|
||||||
|
f 140/167 58/168 179/107
|
||||||
|
f 58/168 59/105 179/107
|
||||||
|
f 140/109 141/91 180/110
|
||||||
|
f 141/91 57/90 180/110
|
||||||
|
f 57/90 58/108 180/110
|
||||||
|
f 141/91 142/45 181/92
|
||||||
|
f 142/45 56/93 181/92
|
||||||
|
f 56/93 57/90 181/92
|
||||||
|
f 142/45 143/96 182/94
|
||||||
|
f 143/96 55/95 182/94
|
||||||
|
f 55/95 56/93 182/94
|
||||||
|
f 143/96 144/3 183/97
|
||||||
|
f 144/3 54/98 183/97
|
||||||
|
f 54/98 55/95 183/97
|
||||||
|
f 144/3 145/101 184/99
|
||||||
|
f 145/101 53/100 184/99
|
||||||
|
f 53/100 54/98 184/99
|
||||||
|
f 145/101 146/60 185/102
|
||||||
|
f 146/60 52/103 185/102
|
||||||
|
f 52/103 53/100 185/102
|
||||||
|
f 147/106 132/167 186/107
|
||||||
|
f 132/167 82/168 186/107
|
||||||
|
f 82/168 51/105 186/107
|
||||||
|
f 146/60 147/106 187/104
|
||||||
|
f 147/106 51/105 187/104
|
||||||
|
f 51/105 52/103 187/104
|
||||||
|
f 82/108 65/90 188/112
|
||||||
|
f 65/90 97/113 188/112
|
||||||
|
f 97/113 98/111 188/112
|
||||||
|
f 65/90 64/93 189/114
|
||||||
|
f 64/93 96/115 189/114
|
||||||
|
f 96/115 97/113 189/114
|
||||||
|
f 64/93 63/95 190/116
|
||||||
|
f 63/95 95/117 190/116
|
||||||
|
f 95/117 96/115 190/116
|
||||||
|
f 63/95 62/98 191/118
|
||||||
|
f 62/98 94/119 191/118
|
||||||
|
f 94/119 95/117 191/118
|
||||||
|
f 62/98 61/100 192/120
|
||||||
|
f 61/100 93/121 192/120
|
||||||
|
f 93/121 94/119 192/120
|
||||||
|
f 61/100 60/103 193/122
|
||||||
|
f 60/103 92/123 193/122
|
||||||
|
f 92/123 93/121 193/122
|
||||||
|
f 60/103 59/105 194/124
|
||||||
|
f 59/105 91/125 194/124
|
||||||
|
f 91/125 92/123 194/124
|
||||||
|
f 59/105 58/168 195/126
|
||||||
|
f 58/168 90/169 195/126
|
||||||
|
f 90/169 91/125 195/126
|
||||||
|
f 58/108 57/90 196/112
|
||||||
|
f 57/90 89/113 196/112
|
||||||
|
f 89/113 90/111 196/112
|
||||||
|
f 57/90 56/93 197/114
|
||||||
|
f 56/93 88/115 197/114
|
||||||
|
f 88/115 89/113 197/114
|
||||||
|
f 56/93 55/95 198/116
|
||||||
|
f 55/95 87/117 198/116
|
||||||
|
f 87/117 88/115 198/116
|
||||||
|
f 55/95 54/98 199/118
|
||||||
|
f 54/98 86/119 199/118
|
||||||
|
f 86/119 87/117 199/118
|
||||||
|
f 54/98 53/100 200/120
|
||||||
|
f 53/100 85/121 200/120
|
||||||
|
f 85/121 86/119 200/120
|
||||||
|
f 53/100 52/103 201/122
|
||||||
|
f 52/103 84/123 201/122
|
||||||
|
f 84/123 85/121 201/122
|
||||||
|
f 51/105 82/168 202/126
|
||||||
|
f 82/168 98/169 202/126
|
||||||
|
f 98/169 83/125 202/126
|
||||||
|
f 52/103 51/105 203/124
|
||||||
|
f 51/105 83/125 203/124
|
||||||
|
f 83/125 84/123 203/124
|
||||||
|
f 98/111 97/113 204/127
|
||||||
|
f 97/113 81/84 204/127
|
||||||
|
f 81/84 66/83 204/127
|
||||||
|
f 97/113 96/115 205/144
|
||||||
|
f 96/115 80/85 205/144
|
||||||
|
f 80/85 81/84 205/144
|
||||||
|
f 96/115 95/117 206/145
|
||||||
|
f 95/117 79/86 206/145
|
||||||
|
f 79/86 80/85 206/145
|
||||||
|
f 95/117 94/119 207/146
|
||||||
|
f 94/119 78/87 207/146
|
||||||
|
f 78/87 79/86 207/146
|
||||||
|
f 94/119 93/121 208/147
|
||||||
|
f 93/121 77/88 208/147
|
||||||
|
f 77/88 78/87 208/147
|
||||||
|
f 93/121 92/123 209/148
|
||||||
|
f 92/123 76/81 209/148
|
||||||
|
f 76/81 77/88 209/148
|
||||||
|
f 92/123 91/125 210/149
|
||||||
|
f 91/125 75/82 210/149
|
||||||
|
f 75/82 76/81 210/149
|
||||||
|
f 91/125 90/169 211/150
|
||||||
|
f 90/169 74/89 211/150
|
||||||
|
f 74/89 75/82 211/150
|
||||||
|
f 90/111 89/113 212/127
|
||||||
|
f 89/113 73/84 212/127
|
||||||
|
f 73/84 74/83 212/127
|
||||||
|
f 89/113 88/115 213/144
|
||||||
|
f 88/115 72/85 213/144
|
||||||
|
f 72/85 73/84 213/144
|
||||||
|
f 88/115 87/117 214/145
|
||||||
|
f 87/117 71/86 214/145
|
||||||
|
f 71/86 72/85 214/145
|
||||||
|
f 87/117 86/119 215/146
|
||||||
|
f 86/119 70/87 215/146
|
||||||
|
f 70/87 71/86 215/146
|
||||||
|
f 86/119 85/121 216/147
|
||||||
|
f 85/121 69/88 216/147
|
||||||
|
f 69/88 70/87 216/147
|
||||||
|
f 85/121 84/123 217/148
|
||||||
|
f 84/123 68/81 217/148
|
||||||
|
f 68/81 69/88 217/148
|
||||||
|
f 83/125 98/169 218/150
|
||||||
|
f 98/169 66/89 218/150
|
||||||
|
f 66/89 67/82 218/150
|
||||||
|
f 84/123 83/125 219/149
|
||||||
|
f 83/125 67/82 219/149
|
||||||
|
f 67/82 68/81 219/149
|
BIN
textures/nixie_tube_anode.png
Normal file
After Width: | Height: | Size: 606 B |
BIN
textures/nixie_tube_backing.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
textures/nixie_tube_base.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
textures/nixie_tube_blank.png
Normal file
After Width: | Height: | Size: 70 B |
BIN
textures/nixie_tube_cathode_0.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
textures/nixie_tube_cathode_1.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
textures/nixie_tube_cathode_2.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
textures/nixie_tube_cathode_3.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
textures/nixie_tube_cathode_4.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
textures/nixie_tube_cathode_5.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
textures/nixie_tube_cathode_6.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
textures/nixie_tube_cathode_7.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
textures/nixie_tube_cathode_8.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
textures/nixie_tube_cathode_9.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
textures/nixie_tube_cathode_colon.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
textures/nixie_tube_cathode_off.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
textures/nixie_tube_cathode_period.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
textures/nixie_tube_glass.png
Normal file
After Width: | Height: | Size: 284 B |