| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,425
» Latest member: Abbondio
» Forum threads: 6,247
» Forum posts: 52,242
Full Statistics
|
| Online Users |
There are currently 270 online users. » 0 Member(s) | 266 Guest(s) Applebot, Baidu, Bing, Google
|
| Latest Threads |
LDConfig.ldr problem with...
Forum: Official File Specifications/Standards
Last Post: Orion Pobursky
8 hours ago
» Replies: 9
» Views: 165
|
Creator 2024
Forum: Official Models
Last Post: Marc Belanger
Yesterday, 22:04
» Replies: 11
» Views: 29,555
|
The colour of textures in...
Forum: Parts Authoring
Last Post: Sylvain Sauvage
Yesterday, 19:37
» Replies: 12
» Views: 386
|
Move to question
Forum: Parts Tracker Discussion
Last Post: Orion Pobursky
Yesterday, 1:51
» Replies: 1
» Views: 85
|
Sorting by date
Forum: Website Suggestions/Requests/Discussion
Last Post: Peter Blomberg
2025-11-06, 22:41
» Replies: 7
» Views: 619
|
Keywords and invalid 0 li...
Forum: Parts Tracker Discussion
Last Post: Orion Pobursky
2025-11-03, 22:17
» Replies: 6
» Views: 343
|
Minifigure Head MINI HEAD...
Forum: Part Requests
Last Post: Bailey Meyer
2025-11-03, 20:37
» Replies: 5
» Views: 533
|
Friends 2025
Forum: Official Models
Last Post: Philippe Hurbain
2025-11-02, 19:24
» Replies: 1
» Views: 670
|
Technic 1990
Forum: Official Models
Last Post: Takeshi Takahashi
2025-11-02, 15:05
» Replies: 14
» Views: 18,818
|
Parts request , spider we...
Forum: Part Requests
Last Post: Peter Grass
2025-10-31, 11:23
» Replies: 1
» Views: 252
|
|
|
| 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 
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
|
|
|
| LPub3D - Request |
|
Posted by: Kevin Williams - 2016-11-22, 16:43 - Forum: LDraw File Processing and Conversion
- Replies (11)
|
 |
Trevor,
When printing to a PDF file, would it be possible to make the background color/image a background layer in PDF that could be suppressed when actually printing a hardcopy?
Also, I recently noticed that when using the A4 page size in landscape mode, there was a thin white band at the right edge of the generated PDF pages. This band went away when I chose a Custom page size of 8.27 x 11.7 inches instead of LPub3D's default of 8.3 x 11.7 for A4.
Thanks!
Kevin
|
|
|
| feeling lost in the forums / reading difficulty |
|
Posted by: Steffen - 2016-11-21, 12:26 - Forum: Website Suggestions/Requests/Discussion
- Replies (9)
|
 |
This is a difficult topic.
Now that we have switched to the new forum software, and now that some months have passed since that,
I find myself in the situation that I feel completely lost inside it.
I very much appreciate all the features it has, but I find its current skin containing too much distracting stuff,
too many buttons, too many things on the screen.
also, in the design there is "too much air".
in the previous software, I was able to mentally keep track of various threads, and I found it easy to jump
back and forth between them. today, whenever I go to my "home link" for the forum,
http://forums.ldraw.org/search.php?actio...ly&days=14
, I just see a long, confusing list
and do feel so lost inside our forums that I
(a) do not read much there anymore
(b) lose track of discussions going on
© lose track of my own posts
I wonder how this could be solved. My first request would be if it would be possible to get a much, much simplified skin,
with all the bells and whistles reduced to a bare minimum.
for example, in the link mentioned above, I would like a view which has 1 line per post.
it should not cite the contents, and not use 2 lines for showing the thread topic and the post topic, just the post.
does anybody feel the same?
|
|
|
|