library undertale 3d models

35876 3d models found related to library undertale.
Library - architectural 3D model
Library - architectural 3D model
cgtrader

This library design showcases a public building with precise 3D modeling adhering to architectural principles. The dimensions in the model reflect actual professional measurements. Standard and pro materials are utilized in the construction. Included...

Public Library Structure
Public Library Structure
thingiverse

Cross-Section Structure Model of a Zurich Library Design. The model is meticulously crafted from 1mm and 2mm white cardboard, requiring each piece to be carefully glued or stuck into place. This intricate design was laser-cut using a powerful 90W...

Library N80  3D model
Library N80 3D model
cgtrader

Experience a detailed, 3D library model, complete with texturing and low-poly count for smooth rendering. Created in Cinema 4D, the objects are non-connected, allowing customization to suit your scene preferences. Features like sweep objects,...

Kids Library - Train
Kids Library - Train
grabcad

The library for our children has presented a dilemma! A green and white background design represents the wall color scheme. Multiple production offers have been received. The wheels can be either traditional cylindrical shape or kept in a unique,...

Knurled Surface Library v2
Knurled Surface Library v2
thingiverse

The revamped knurled finishing library boasts refinements, additional details, new modules, and features while maintaining compatibility with its predecessor. Notably, the knurl_help() module lists available options, and a fresh knurl() function...

Ball Joint Library
Ball Joint Library
thingiverse

... through. ...The addition of a part "section" allows for the construction of articulated arms. Recent discovery reveals similarities between this design and Loc-line, with additional tools and libraries available on Thingiverse for further exploration.

AECATA03 - The Haunted Library
AECATA03 - The Haunted Library
myminifactory

His haunted library is the centerpiece of this set, as well as his fantastic scatter terrain. Nasos Maloudis sculpted the vampire miniature and much of the underground terrain. In addition, Marc Weatherhogg provideda number of secret doors. All of...

OpenSCAD train track library
OpenSCAD train track library
thingiverse

OpenSCAD library for producing train track components compatible with BRIO. Updates include improved brick 4 slicing, addition of parametric connector, enhanced splitter, and basic blocks. All parts are filtered through netfabb for quality assurance...

pipe library openscad
pipe library openscad
thingiverse

# pipe library ## pipe1 ```openscad // outer_radius, inner_radius, list of segments pipe(10 , 7 , [ //length,rotation,angle,radius_of_curvature [200 , 0 , 90 , 10], [120 , 90 , 120 , 20], [100 , 0 , 120 , 20], [60 , 0 , 0 , 20] ]); ``` ## pipe2...

MRS Library Tag
MRS Library Tag
thingiverse

... = 1; fontsize = 8; line_spacing = 2; slitlength = 12; corner_radius = 3; font = write/orbitron.dxf. For the text, include "Falls Church Public Library Mary Riley Styles". Ensure a plate thickness of 3mm. ...The rest of the lines can be left blank.

El Progreso Memorial Library
El Progreso Memorial Library
thingiverse

https://www.thingiverse.com/apps/customizer/run?thing_id=1039106 Instructions Using the following settings: textScaleY = 1 textScaleX = 1 charSpacing = 1.1 textFont = Just Another Hand labelBivel = 0.5 clipWidth = 20 textSize = 7 clipOffset2 = 2...

Fitchburg Public Library Bracelet
Fitchburg Public Library Bracelet
thingiverse

http://www.thingiverse.com/apps/customizer/run?thing_id=233561 Instructions: Using the Following Options: text_height = 10 cross_sectional_diameter = 2.5 sprue_thickness = 0.5 wrist_circumference = 200 mold_hole_size = 4 $fn = 75 engrave_depth = 0.25...

IDDA Tooth Library Profiler
IDDA Tooth Library Profiler
grabcad

IDDA Tooth Library ProfilerHere I have created the IDDA Tooth Library Profiler tool for the International Digital Dental Academy and the Digital Dentistry communities to be able to use for themselves and their staff to 3D Print direct to the...

Helix library for OpenSCAD
Helix library for OpenSCAD
thingiverse

Most existing libraries are unreliable due to unpredictable results. They fail to respect critical parameters such as height, width, angle, and others, making it extremely challenging to design accurate models. This library stands out for its...

IDDA Tooth Library Profiler
IDDA Tooth Library Profiler
grabcad

IDDA Tooth Library ProfilerHere I have created the IDDA Tooth Library Profiler tool for the International Digital Dental Academy and the Digital Dentistry communities to be able to use for themselves and their staff to 3D Print direct to the...

PolyPanels OpenSCAD Library
PolyPanels OpenSCAD Library
myminifactory

PolyPanels OpenSCAD Library I was inspired by Devin Montes to create an OpenSCAD library for PolyPanels. He released Fusion360 files and I thought it would be great to have an OpenSCAD alternative. I've spent a significant amount of time ensuring...

OpenSCAD Pulley Library
OpenSCAD Pulley Library
thingiverse

Add the OpenSCAD library folder to your library folder in OpenSCAD and use the include function to begin using these modules. include OpenSCAD Libraries (Manual): Default units are inches. Pulley Modules module pulley(type="4L", definedD, arborD,...

Mechanical Parts Library
Mechanical Parts Library
thingiverse

This library is licensed under the MIT license, but since it's not listed here, I've chosen LGPL (compatible with MIT) from the list. Any parts you create with this script are your own work and can be used as desired. ... Features: Gear: Spur, helix,...

Build Plate Library v2
Build Plate Library v2
thingiverse

This is an upgraded rendition of Makerbot's "Build Plate Library for Customizer." I have updated the library to incorporate numerous new printers with easily accessible data. Usage: Include TNH_build_plate.scad in your scad document, then call...

Smily (Emoticon) OpenSCAD Library
Smily (Emoticon) OpenSCAD Library
thingiverse

The library includes five smilies: :) (normal), :D (big grin), :( (frown), ;) (wink), and :| (expressionless). STL files are available for 3D printers, while DXF files cater to laser cutters. To utilize the functions, include 'smily.scad'. The...

Sparta Library Pen
Sparta Library Pen
thingiverse

... to 2. Personalize it by adding a "Sparta Library" inscription with font spacing of 0.81. The lid length should be 30 while the inside measures 125 in length and 3.4 in diameter. To ensure proper printing, set tolerance at 0.2 and tip diameter to 4.

OpenSCAD OmniStand Mount Library
OpenSCAD OmniStand Mount Library
thingiverse

An OpenSCAD library empowers you to craft an OmniStand mounting "hole" in any part with precision. For instance: difference() { translate([-10.5, -10.5, 0]) cube([21, 21, 17]); omnilock(); } This code will yield...

openSCAD shell library
openSCAD shell library
thingiverse

a simple library for hollow objects in openSCAD. parameters: bbox should be bigger than the shape to shell. default bbox is 2000 in size centered at origin. ... shell(dir,bbox)...: - dir: -1=inner only 0=symmetrical 1=outer only - bbox:...

OpenSCAD Color Library
OpenSCAD Color Library
thingiverse

This is simply an openSCAD color library. Once you include this you can say color(c0) instead of having to quote a color (name 10 colors that work). You can also use an index to pick the color. The colors are chosen to be as different as possible...

SMS Library Bookmark
SMS Library Bookmark
thingiverse

http://www.thingiverse.com/apps/customizer/run?thing_id=1039106 Instructions Using the following options: textFont = Arial Black resolution = high clipPosition = right center textSize = 10 pt text = Messaging Library Project textStyle = outside in...

NRH Library Logo Ring
NRH Library Logo Ring
thingiverse

Instead of just letting go occasionally, take a chance and get a statement made with a stylish piece of art on your hand that shows off your love for reading books and support for the NRH Library. I'm telling you, it's much simpler than sticking a...

Fastener parts library
Fastener parts library
grabcad

This library contains three files with a vast assortment of parts, including bolts, screws, nuts, and washers. Compatible with Creo 2.0 and up, the latest update on June 27th adds more standards (refer to PDF) while keeping each type's placement...

Library 01 3D model
Library 01 3D model
cgtrader

A 3D library model with daylight settings is provided in multiple formats, enabling seamless lighting set-up and rendering capabilities suitable for high-end animations. With ease of customization, users can modify materials, colors, disposition, and...

parametric tslot library
parametric tslot library
thingiverse

In Version 120208.02, the library was simplified - you now pass the model as a parameter. Additionally, more tslot models were included. In Version 120208.01, two slots for Wx2W were added, allowing for further printable sizes. ...Remember to replace...

Library design 3D model
Library design 3D model
cgtrader

Revolutionizing library layouts through expert integration of 3ds Max and SolidWorks. Modular systems are created to be flexible, permitting effortless adjustments and rearrangements of floor space configurations as demands shift. This dynamic setup...