| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 6 online users. » 0 Member(s) | 1 Guest(s) Applebot, Baidu, Bing, Google, Yandex
|
| Latest Threads |
Part Request: 85946pb01
Forum: Part Requests
Last Post: Gary
7 hours ago
» Replies: 0
» Views: 53
|
Part Request
Forum: Part Requests
Last Post: Gary
7 hours ago
» Replies: 2
» Views: 213
|
Technic 1994
Forum: Official Models
Last Post: Takeshi Takahashi
Yesterday, 13:58
» Replies: 33
» Views: 65,114
|
Missing Stingrays/Hydrona...
Forum: Part Requests
Last Post: Zack Uhlenhuth
2026-09-22, 23:21
» Replies: 8
» Views: 1,553
|
Speed Champions
Forum: Official Models
Last Post: Magnus Forsberg
2026-09-22, 21:49
» Replies: 30
» Views: 62,840
|
3d modelling
Forum: Off-Topic
Last Post: Jeff Jones
2026-09-22, 21:06
» Replies: 2
» Views: 270
|
Parts Request: LEGO Zelda...
Forum: Part Requests
Last Post: SNIPE
2026-09-21, 1:39
» Replies: 1
» Views: 524
|
Town, Trains and Paradisa...
Forum: Official Models
Last Post: Takeshi Takahashi
2026-09-19, 2:11
» Replies: 29
» Views: 14,801
|
Spider-Ham
Forum: Part Requests
Last Post: James Simpson
2026-09-16, 21:34
» Replies: 1
» Views: 596
|
Missing Snowtrooper Parts
Forum: Part Requests
Last Post: Chirila
2026-09-16, 18:19
» Replies: 3
» Views: 421
|
|
|
| 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
|
|
|
|