Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 5,321
» Latest member: Imag
» Forum threads: 6,180
» Forum posts: 51,808
Full Statistics
|
Online Users |
There are currently 229 online users. » 0 Member(s) | 225 Guest(s) Applebot, Bing, Google, Internet Archive
|
Latest Threads |
Part Request - 51008pb01 ...
Forum: Part Requests
Last Post: Julian Raymond Ruan
2 hours ago
» Replies: 2
» Views: 2,210
|
A fresh list of "most com...
Forum: Part Requests
Last Post: tom alphin
Yesterday, 22:25
» Replies: 10
» Views: 1,755
|
New parts from Lego Instr...
Forum: Parts Authoring
Last Post: Timothy Hall
Yesterday, 2:41
» Replies: 85
» Views: 72,340
|
axleend2
Forum: Parts Tracker Discussion
Last Post: Gerald Lasser
2025-09-16, 20:03
» Replies: 3
» Views: 601
|
Parts request
Forum: Part Requests
Last Post: Peter Grass
2025-09-16, 5:58
» Replies: 2
» Views: 814
|
Transparent sticker colou...
Forum: General LDraw.org Discussion
Last Post: Travis Cobbs
2025-09-16, 1:42
» Replies: 10
» Views: 1,416
|
The Emperor Zurg
Forum: Part Requests
Last Post: Julian Raymond Ruan
2025-09-15, 13:07
» Replies: 0
» Views: 628
|
Batman Cowls
Forum: Part Requests
Last Post: Peter Grass
2025-09-15, 1:13
» Replies: 1
» Views: 765
|
Fix for slightly incorrec...
Forum: Part Requests
Last Post: Huib Versteeg
2025-09-14, 9:50
» Replies: 4
» Views: 1,456
|
Lego Town Racer 1996 - 63...
Forum: Official Models
Last Post: Chris Böhnke
2025-09-13, 23:39
» Replies: 14
» Views: 3,084
|
|
|
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
|
|
|
|