Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,163
» Latest member: Spanneke
» Forum threads: 6,082
» Forum posts: 51,262

Full Statistics

Online Users
There are currently 542 online users.
» 2 Member(s) | 535 Guest(s)
Applebot, Baidu, Bing, Google, Yandex, Jeff Jones

Latest Threads
Owl with spread wings
Forum: Part Requests
Last Post: Philippe Hurbain
1 hour ago
» Replies: 2
» Views: 28
Modulex parts
Forum: Parts Authoring
Last Post: Orion Pobursky
3 hours ago
» Replies: 32
» Views: 4,595
80503pb01 lute instrument...
Forum: Part Requests
Last Post: N. W. Perry
2025-07-16, 14:24
» Replies: 9
» Views: 5,984
Parts we are Working on -...
Forum: Part Requests
Last Post: Jeff Jones
2025-07-16, 10:14
» Replies: 158
» Views: 152,260
Same set, different sheet...
Forum: Parts Tracker Discussion
Last Post: Magnus Forsberg
2025-07-15, 6:15
» Replies: 8
» Views: 496
71613/30346c01 too high?!
Forum: Part Requests
Last Post: Chris Böhnke
2025-07-14, 23:21
» Replies: 18
» Views: 4,910
5724pr0001 Bubble Canopy ...
Forum: Part Requests
Last Post: SNIPE
2025-07-12, 21:08
» Replies: 2
» Views: 408
Friends 2014
Forum: Official Models
Last Post: Takeshi Takahashi
2025-07-11, 16:20
» Replies: 18
» Views: 17,357
LDCAD about Add custom p...
Forum: LDraw Editors and Viewers
Last Post: Nate87
2025-07-11, 8:13
» Replies: 5
» Views: 3,320
Hi-res logo primitives
Forum: Official File Specifications/Standards
Last Post: Jens Brühl
2025-07-10, 20:40
» Replies: 16
» Views: 2,249

 
  15537 Windscreen
Posted by: Nathan S - 2016-12-09, 3:46 - Forum: Part Requests - Replies (2)

Greetings.  I believe this part is in LDD, but I couldn't locate it. It was included in someone's  LDD build of the only set with it (http://www.eurobricks.com/forum/index.ph...nt=1928627).

Part is 15537 Glass for Train Front 6 x 14 x 7 1/3
http://www.bricklink.com/v2/catalog/cata...3#T=C&C=13

If it is in LDD and someone could do a quick transfer, that would be great.  If it isn't in LDD, don't worry about it.

Nathan

Print this item

  Generate Fade Color Parts List crashes
Posted by: Jaco van der Molen - 2016-12-07, 7:51 - Forum: LDraw Editors and Viewers - Replies (3)

Hi Trevor,

I got a question from a fellow Dutchman who wants to use fade steps.

Generate Fade Color Parts List crashes after a few %.
What exactly does this do anyway?
Not doing so generates fade steps just fine.


Jaco

Print this item

  Help a noob start designing elements
Posted by: Giorgos Solomonidis - 2016-12-06, 19:10 - Forum: Help Wanted - Replies (1)

As title says guys, I use mlcad το create my digital models, and povray to render them, and from time to time I ask your help to design a new element thats not in the database yet (and you helped me everytime I asked)

Thing is I want to start designing .dat files for my own custom elements.

Can you point me where/what to read? and a basic workflow? which programs I should use in order to achieve this?

Thanks a lot

Print this item

  TEXMAP searchorder
Posted by: Roland Melkert - 2016-12-04, 20:59 - Forum: Official File Specifications/Standards - Replies (3)

I'm a bit unclear on the texmap search order, working with the 10054p01 helmet Philo made a long time ago I noticed it failed loading as it couldn't find the png's.

I fixed the issue by coping the png's and adding it to LDCad's buglist.

I'm now addressing the bug, but I'm wondering if it's a bug at all, it concerns this file structure:

Code:
Helmet\10054p01m.dat
Helmet\s\10054s05m.dat
Helmet\textures\10054s05a.png

10054p01m.dat references "s\10054s05m.dat" which references "10054s05a.png"

LDCad currently looks for the png in these places
Code:
Helmet\s\textures\10054s05a.png
Helmet\s\10054s05a.png
<ldraw>\parts\textures\10054s05a.png
<ldraw>\parts\10054s05a.png
<ldraw>\p\textures\10054s05a.png
<ldraw>\p\10054s05a.png

The spec doesn't mention it should also look in the parent's textures folder, LDView seems to do so though.

I think the png's, in this case, should be located in "Helmet\s\textures\" instead of "Helmet\textures\"

Print this item

  Technic 2017
Posted by: Philippe Hurbain - 2016-12-04, 13:42 - Forum: Official Models - Replies (28)

Technic 2017 models

Print this item

  Wondering about FOV
Posted by: Roland Melkert - 2016-12-02, 19:56 - Forum: LDraw Editors and Viewers - Replies (3)

Width all the POV-Ray exports I'm doing lately I'm wondering about the field of view angle.

Mainly because I changed it to 45 degrees sometime ago and forgot all about it, so when using a clean setup I noticed something weird about the renderings in LDCad, this of-course is the default 75 degree FOV it uses out of the box Smile

So now I'm wondering to change that default to 45 or not.

I also experimented with a simple macro script to help calculate a realistic FOV angle.

Code:
function runFOVCalc()

 local w=tonumber(ldc.dialog.runInput('Width (e.g. in centimeters) of the editing area.'))
 local d=tonumber(ldc.dialog.runInput('Distance (using the same unit as width) between your screen and eyes.'))
 
 local angle=math.ceil(2*math.deg(math.atan(0.5*w/d)))  
 ldc.dialog.runMessage('The optimal FOV angle is about: '..angle)
end


This gives 38 degrees for my setup (36 cm editing area width excluding the bins and source windows left/right from it, at a distance of 53 cm)  which seems low.

I'm I missing something here?


Anyone has some more insights on this

Print this item

  POV-Ray: Transparency using fade_color
Posted by: Niklas Buchmann - 2016-12-02, 15:15 - Forum: Rendering Techniques - Replies (6)

Hi everyone!

In Roland's thread POV-Ray export questions, Christoph Lipka suggested using the fade_color mechanism to render transparent objects instead of filter/transmit.

I've been playing around with the settings for a while now and while the results look promising, they are not quite where I would like them to be:
   

What I think is missing is some 'milkyness' in the transparent parts, some scattering of light inside them to make them glow. This is especially apparent for transparent parts in front of a dark background. Using a scattering media might be a solution, but that only works on hollow objects.

Has anyone else used fade_color before and can give some advice?

Print this item

  New Technic Parts 2017
Posted by: Thorsten - 2016-12-02, 15:13 - Forum: Parts Authoring - Replies (6)

I have the new Parts 2017 for the Comunity.


[attachment=2632]
[attachment=2633]

Print this item

  LDraw OMR side
Posted by: Michael Heidemann - 2016-11-28, 16:15 - Forum: Website Suggestions/Requests/Discussion - No Replies

There is a link error just on the front page: http://omr.ldraw.org/

How can I submit my files?

If you have LDraw files of official LEGO sets and you've made them OMR compliant, you can submit them here at the LDraw forum. At the moment we don't have an onsite submit form.


The link to the forum is wrong.

Print this item

  Heckey Helmet
Posted by: Thorsten - 2016-11-25, 11:40 - Forum: Part Requests - Replies (5)

I'm looking for part 44790 Hockey Helmet.
I need it as an Motorcycle Helmet

http://img.brickowl.com/files/image_cach...656-80.jpg


http://bricksafe.com/files/Thorsten50/Sp...cycle4.png

Print this item