| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 376 online users. » 1 Member(s) | 369 Guest(s) Applebot, Baidu, Bing, DuckDuckGo, Google, Yandex, Mark Kennedy
|
| Latest Threads |
Update your email
Forum: Parts Tracker Discussion
Last Post: Sylvain Sauvage
2 hours ago
» Replies: 9
» Views: 405
|
Parts request 66954 and 3...
Forum: Part Requests
Last Post: savannah hagen
4 hours ago
» Replies: 0
» Views: 38
|
Part request 7973 for set...
Forum: Part Requests
Last Post: Alfred Schmitz
5 hours ago
» Replies: 2
» Views: 94
|
Ninjago dragons rising he...
Forum: Part Requests
Last Post: Cobra
10 hours ago
» Replies: 0
» Views: 60
|
Parts Request: Ninjago Dr...
Forum: Part Requests
Last Post: James Simpson
Today, 1:02
» Replies: 12
» Views: 3,310
|
Slime Pack and Hat
Forum: Part Requests
Last Post: Gerald Lasser
Yesterday, 21:02
» Replies: 3
» Views: 1,382
|
Alien tourist parts reque...
Forum: Part Requests
Last Post: Gerald Lasser
Yesterday, 21:02
» Replies: 1
» Views: 558
|
Fedora 5188
Forum: Part Requests
Last Post: Gerald Lasser
Yesterday, 21:01
» Replies: 4
» Views: 3,148
|
2026 - New Parts -> Raw M...
Forum: Part Requests
Last Post: Gerald Lasser
Yesterday, 18:34
» Replies: 7
» Views: 4,944
|
Adding Minifig Categories
Forum: Official File Specifications/Standards
Last Post: Gerald Lasser
Yesterday, 15:10
» Replies: 19
» Views: 1,868
|
|
|
| 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
|
|
|
|