| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,975
» Latest member: Downsvale
» Forum threads: 6,531
» Forum posts: 53,918
Full Statistics
|
| Latest Threads |
Adding Minifig Categories
Forum: Official File Specifications/Standards
Last Post: Gerald Lasser
1 minute ago
» Replies: 29
» Views: 2,230
|
Obsolete Categories
Forum: Official File Specifications/Standards
Last Post: Orion Pobursky
10 minutes ago
» Replies: 1
» Views: 10
|
Ninjago dragons rising he...
Forum: Part Requests
Last Post: James Simpson
Yesterday, 19:41
» Replies: 1
» Views: 216
|
Parts Request: Ninjago Dr...
Forum: Part Requests
Last Post: James Simpson
Yesterday, 19:32
» Replies: 14
» Views: 3,540
|
Town, Trains and Paradisa...
Forum: Official Models
Last Post: Takeshi Takahashi
Yesterday, 16:54
» Replies: 4
» Views: 5,118
|
Legal Questions about usi...
Forum: Help
Last Post: Orion Pobursky
2026-07-04, 16:29
» Replies: 4
» Views: 351
|
How can I change my displ...
Forum: Website Suggestions/Requests/Discussion
Last Post: Svoboda
2026-07-04, 0:05
» Replies: 5
» Views: 10,554
|
Plug34.dat and related pa...
Forum: Parts Authoring
Last Post: Javier Orquera
2026-07-03, 21:01
» Replies: 66
» Views: 65,886
|
Update your email
Forum: Parts Tracker Discussion
Last Post: Sylvain Sauvage
2026-07-03, 13:49
» Replies: 9
» Views: 915
|
Parts request 66954 and 3...
Forum: Part Requests
Last Post: savannah hagen
2026-07-03, 12:13
» Replies: 0
» Views: 159
|
|
|
| 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
|
|
|
|