| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,970
» Latest member: Svoboda
» Forum threads: 6,530
» Forum posts: 53,903
Full Statistics
|
| Online Users |
There are currently 206 online users. » 3 Member(s) | 197 Guest(s) Applebot, Baidu, Bing, DuckDuckGo, Google, Yandex, Jeff Jones, Sebas1ian, stas1999
|
| Latest Threads |
Legal Questions about usi...
Forum: Help
Last Post: Orion Pobursky
1 hour ago
» Replies: 4
» Views: 126
|
Parts Request: Ninjago Dr...
Forum: Part Requests
Last Post: Cobra
11 hours ago
» Replies: 13
» Views: 3,386
|
How can I change my displ...
Forum: Website Suggestions/Requests/Discussion
Last Post: Svoboda
Today, 0:05
» Replies: 5
» Views: 10,374
|
Plug34.dat and related pa...
Forum: Parts Authoring
Last Post: Javier Orquera
Yesterday, 21:01
» Replies: 66
» Views: 65,503
|
Update your email
Forum: Parts Tracker Discussion
Last Post: Sylvain Sauvage
Yesterday, 13:49
» Replies: 9
» Views: 552
|
Parts request 66954 and 3...
Forum: Part Requests
Last Post: savannah hagen
Yesterday, 12:13
» Replies: 0
» Views: 108
|
Part request 7973 for set...
Forum: Part Requests
Last Post: Alfred Schmitz
Yesterday, 10:31
» Replies: 2
» Views: 170
|
Ninjago dragons rising he...
Forum: Part Requests
Last Post: Cobra
Yesterday, 5:28
» Replies: 0
» Views: 104
|
Slime Pack and Hat
Forum: Part Requests
Last Post: Gerald Lasser
2026-07-02, 21:02
» Replies: 3
» Views: 1,397
|
Alien tourist parts reque...
Forum: Part Requests
Last Post: Gerald Lasser
2026-07-02, 21:02
» Replies: 1
» Views: 562
|
|
|
| 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
|
|
|
|