| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,954
» Latest member: Eiji
» Forum threads: 6,522
» Forum posts: 53,855
Full Statistics
|
| Online Users |
There are currently 173 online users. » 1 Member(s) | 166 Guest(s) Applebot, Baidu, Bing, DuckDuckGo, Google, Yandex, Orion Pobursky
|
| Latest Threads |
Wheels needed for Set 772...
Forum: Part Requests
Last Post: Alfred Schmitz
10 hours ago
» Replies: 11
» Views: 3,045
|
47430
Forum: Parts Authoring
Last Post: Jeff Jones
2026-06-23, 15:13
» Replies: 1
» Views: 667
|
Part request: Antimatter'...
Forum: Part Requests
Last Post: Liam Moore
2026-06-23, 2:10
» Replies: 0
» Views: 187
|
Part 6333p01 not function...
Forum: Help
Last Post: Hageta
2026-06-22, 23:27
» Replies: 6
» Views: 428
|
Town, Trains and Paradisa...
Forum: Official Models
Last Post: Takeshi Takahashi
2026-06-22, 19:11
» Replies: 3
» Views: 4,353
|
minifig head print variat...
Forum: Parts Authoring
Last Post: Jeff Jones
2026-06-22, 18:28
» Replies: 0
» Views: 132
|
Ralph Wiggum Head Simpson...
Forum: Part Requests
Last Post: JuanVi
2026-06-22, 18:16
» Replies: 2
» Views: 219
|
113308 and 113309 (Guardi...
Forum: Part Requests
Last Post: Hageta
2026-06-22, 9:37
» Replies: 3
» Views: 317
|
Adding Minifig Categories
Forum: Official File Specifications/Standards
Last Post: Orion Pobursky
2026-06-21, 19:13
» Replies: 14
» Views: 1,334
|
Can't seem to submit Avat...
Forum: General LDraw.org Discussion
Last Post: Hylian Waffle
2026-06-21, 17:40
» Replies: 0
» Views: 171
|
|
|
| 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
|
|
|
|