| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,978
» Latest member: Aramei
» Forum threads: 6,533
» Forum posts: 53,934
Full Statistics
|
| Online Users |
There are currently 237 online users. » 1 Member(s) | 230 Guest(s) Applebot, Baidu, Bing, DuckDuckGo, Google, Yandex, Jens Brühl
|
| Latest Threads |
Website Issues
Forum: Website Suggestions/Requests/Discussion
Last Post: Orion Pobursky
3 hours ago
» Replies: 1
» Views: 31
|
LDraw.org Official Parts ...
Forum: Parts Tracker Discussion
Last Post: Orion Pobursky
4 hours ago
» Replies: 20
» Views: 3,493
|
Adding Minifig Categories
Forum: Official File Specifications/Standards
Last Post: Orion Pobursky
4 hours ago
» Replies: 35
» Views: 2,486
|
Anyone has Luke Skywalker...
Forum: Official Models
Last Post: Guilherme Matheus
9 hours ago
» Replies: 0
» Views: 62
|
Ninjago dragons rising he...
Forum: Part Requests
Last Post: Gerald Lasser
9 hours ago
» Replies: 4
» Views: 290
|
Obsolete Categories
Forum: Official File Specifications/Standards
Last Post: Orion Pobursky
Yesterday, 21:59
» Replies: 3
» Views: 111
|
Parts Request: Ninjago Dr...
Forum: Part Requests
Last Post: James Simpson
2026-07-05, 19:32
» Replies: 14
» Views: 3,577
|
Town, Trains and Paradisa...
Forum: Official Models
Last Post: Takeshi Takahashi
2026-07-05, 16:54
» Replies: 4
» Views: 5,211
|
Legal Questions about usi...
Forum: Help
Last Post: Orion Pobursky
2026-07-04, 16:29
» Replies: 4
» Views: 402
|
How can I change my displ...
Forum: Website Suggestions/Requests/Discussion
Last Post: Svoboda
2026-07-04, 0:05
» Replies: 5
» Views: 10,578
|
|
|
| Sticker numbering for 6283148 : Land Rover Defender set 42110 |
|
Posted by: Chris Dee - 2020-02-24, 21:35 - Forum: Parts Tracker Discussion
- Replies (1)
|
 |
The sticker sheet (6283148) for the Land Rover Defender set 42110 includes 35 numbered stickers. Some are mirror images of each other and in two cases the identical left and right versions have different numbers. To accommodate these in our sticker numbering schema, I am proposing a single character suffix for the unique stickers and a letter-number suffix for the mirror imaged stickers. This allows us to fit within the 26 alpha suffices:
1,3 -> a
2 -> b
3 -> c
4,12 -> d
5 -> e
6 -> f
7 -> g
8 -> h
9 -> i
10 -> j
11 -> k
14, 19 -> l1, l2
15 -> m
16, 18 -> n1, n2
17 -> o
20, 32 -> p1, p2
21, 31 -> q1, q2
22, 30 -> r1, r2
23, 29 -> s1, s2
24, 28 -> t1, t2
25, 26 -> u1, u2
27 -> v
33 -> w
34 -> x
35 -> y
These will take a while to model, but 6283148y.dat has been submitted to the Parts Tracker.
No guesses what this luck chap got for Christmas!
|
|
|
| Studio rendering |
|
Posted by: Orion Pobursky - 2020-02-24, 15:26 - Forum: Rendering Techniques
- Replies (26)
|
 |
I recently discovered that Studio's Eyesight renderer is a repackaged version of Blender's Cycles renderer. Maybe we could have some enterprising LDrawer write a true converter so that we don't have to deal with Studio's idiosyncrasies? In the interim, there's also Mechabrick's free Blender plugin (that I also recently discovered).
|
|
|
| Rotation matrix |
|
Posted by: Michael Horvath - 2020-02-23, 9:28 - Forum: LDraw File Processing and Conversion
- Replies (6)
|
 |
How do I calculate the cumulative sum or total of transformation matrices passed down from parent to child to grandchild, etc.?
The docs say:
Quote:Formally, the transformed point (u', v', w') can be calculated from point (u, v, w) as follows:
u' = a*u + b*v + c*w + x
v' = d*u + e*v + f*w + y
w' = g*u + h*v + i*w + z
but they do not say what a', b', c', d', etc. are. I am not very good with matrices, thanks!
|
|
|
| Cannot run the POV for the file from LDRAW |
|
Posted by: jass - 2020-02-21, 9:06 - Forum: Rendering Techniques
- Replies (1)
|
 |
I updated the new LDRAW ALL IN version. There is no problem in the modeling by MLCAD. But when I run the POV file exported from LDRAW, the wrong message is as below.
I checked the before POV file made by old LDRAW ALL IN version, there is no problem. I don't know if there is any option need to setup. Thanks a lot.
Parse Error: No matching } in ‘texture’, undeclared identifier 'lg_gold_chrome' found instead
#ifndef (LDXColor334) // Chrome Gold
#declare LDXColor334 = #if (version >= 3.1) material { #end
texture {
lg_gold_chrome
}
#if (version >= 3.1) } #end
#declare LDXColor334_slope = #if (version >= 3.1) material { #end
texture {
lg_gold_chrome
#if (LDXQual > 1) normal { bumps 0.3 scale 25*0.02 } #end
}
#if (version >= 3.1) } #end
#end
|
|
|
|