| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,916
» Latest member: Moro
» Forum threads: 6,509
» Forum posts: 53,803
Full Statistics
|
| Online Users |
There are currently 182 online users. » 0 Member(s) | 177 Guest(s) Applebot, Baidu, Bing, Google, Yandex
|
| Latest Threads |
Harry Potter Parts Reques...
Forum: Part Requests
Last Post: James Simpson
Yesterday, 10:04
» Replies: 2
» Views: 145
|
LDraw.org Downtime and Fo...
Forum: LDraw.org Announcements
Last Post: Orion Pobursky
Yesterday, 2:26
» Replies: 0
» Views: 91
|
Request for part 106597pb...
Forum: Part Requests
Last Post: Hageta
2026-06-09, 19:39
» Replies: 2
» Views: 218
|
train magnet sizes
Forum: Parts Authoring
Last Post: Willy Tschager
2026-06-09, 14:21
» Replies: 14
» Views: 12,314
|
Big Figs
Forum: Part Requests
Last Post: James Simpson
2026-06-09, 10:29
» Replies: 2
» Views: 317
|
Tiles 1 X 8 from latest A...
Forum: Part Requests
Last Post: N. W. Perry
2026-06-08, 21:35
» Replies: 73
» Views: 112,815
|
Error with OSMesa LDView
Forum: Website Suggestions/Requests/Discussion
Last Post: Orion Pobursky
2026-06-08, 18:02
» Replies: 9
» Views: 579
|
Successor to LL918 using ...
Forum: MOCs (My Own Creations)
Last Post: Willy Tschager
2026-06-06, 9:41
» Replies: 3
» Views: 672
|
Request for Piece 50625 (...
Forum: Part Requests
Last Post: Hageta
2026-06-05, 13:18
» Replies: 3
» Views: 499
|
[LDPatternCreator] Releas...
Forum: Parts Author Tools
Last Post: Willy Tschager
2026-06-05, 10:24
» Replies: 1
» Views: 304
|
|
|
| LDView's downloader |
|
Posted by: Willy Tschager - 2015-10-16, 12:42 - Forum: LDraw Editors and Viewers
- Replies (6)
|
 |
Hi,
I remember vaguely Roland telling me that LDView bases it's "File > Check for Library Updates" download on the .TXTs in the "models" folder. Could this be confirmed? What will happen if I rip off that folder from the library?
w.
|
|
|
| List of Third Party Software |
|
Posted by: Willy Tschager - 2015-10-16, 10:49 - Forum: Website Suggestions/Requests/Discussion
- Replies (5)
|
 |
Hi,
I've started adding a list of third part software to the website:
http://www.ldraw.org/downloads-2/third-p...tware.html
I case your interested seeing your prog on the list just send an entry following to pattern below:
Code: <!-- LDView -->
<h2><a name="ldview"></a>LDView <img src="uploads/images/SiteIcons/WindowsLogo1.png" alt="Windows Logo" width="25" height="30" /><img src="uploads/images/SiteIcons/MacOSLogo1.png" alt="Mac Logo" width="25" height="30" /><img src="uploads/images/SiteIcons/LinuxLogo1.png" alt="Linux Logo" width="25" height="30" /></h2>
<p>LDView, developed by Travis Cobbs, is a real-time 3D viewer for displaying LDraw models using hardware-accellerated 3D graphics. LDView is part of the <a href="article/104.html" target="_blank">AIOI - LDraw All-In-One-Installer</a>.</p>
<p>Website: <a class="external text" href="http://ldview.sourceforge.net/" rel="nofollow">ldview.sourceforge.net/</a></p>
to:
webmaster[AT]ldraw[DOT]org
Thanks,
w.
|
|
|
| measurement in 3 Dimension |
|
Posted by: Jarema - 2015-10-12, 19:58 - Forum: LDraw File Processing and Conversion
- Replies (3)
|
 |
Code: # This 2.54 mean about centimeter. For DPI parameter use screen.physicalDpiX or screen.physicalDpiY.
def convert_pixels_to_cms(pixels, dpi):
return (pixels / dpi) * 2.54
[quote Small Car Official Set 3177]
Source brickset.com/sets/3177-1/Small-Car
Minimum -45.00 -92.00 -90.00
Maximum 45.00 23.00 70.00
Perimeter 90x115x169
[/quote]- First question is how translate length from Z axis to physical metric.
- Second question is when you have LDU how get width and height in physical metric.
- I know about LDCalc but we work in this scenario with 3D without scaling and without transformation.
|
|
|
|