Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 4,669
» Latest member: Marsh
» Forum threads: 5,806
» Forum posts: 49,579
Full Statistics
|
Online Users |
There are currently 373 online users. » 0 Member(s) | 369 Guest(s) Applebot, Bing, Google, Internet Archive
|
Latest Threads |
Part Request: LEGO LION
Forum: Part Requests
Last Post: Javier Orquera
29 minutes ago
» Replies: 1
» Views: 34
|
Part request Duplo Item N...
Forum: Part Requests
Last Post: Gerald Lasser
4 hours ago
» Replies: 4
» Views: 81
|
Most Common Parts that re...
Forum: Part Requests
Last Post: Gerald Lasser
6 hours ago
» Replies: 11
» Views: 494
|
6278pb01 - Mario Kart Whe...
Forum: Part Requests
Last Post: Javier Orquera
9 hours ago
» Replies: 3
» Views: 102
|
Parts Request: NINJAGO ON...
Forum: Part Requests
Last Post: 3CFigs
2025-01-09, 22:57
» Replies: 4
» Views: 304
|
[LDPatternCreator] Releas...
Forum: Parts Author Tools
Last Post: Nils Schmidt
2025-01-09, 21:41
» Replies: 2
» Views: 1,049
|
New parts from Lego Instr...
Forum: Parts Authoring
Last Post: Jeff Jones
2025-01-09, 18:57
» Replies: 53
» Views: 22,744
|
Numbering advise for 3209...
Forum: Parts Authoring
Last Post: Rene Rechthaler
2025-01-08, 17:39
» Replies: 5
» Views: 250
|
Town and Trains 1994
Forum: Official Models
Last Post: Takeshi Takahashi
2025-01-08, 14:38
» Replies: 4
» Views: 1,009
|
Parts we are Working on -...
Forum: Part Requests
Last Post: Jens Brühl
2025-01-08, 0:43
» Replies: 145
» Views: 86,381
|
|
|
Patterning |
Posted by: Stan Isachenko - 2012-10-25, 16:02 - Forum: Parts Authoring
- Replies (6)
|
|
I see a lot of high quality patterns on parts tracker made by Howard Lande and others. How do you make them, and how long it takes? Which programs do you use. I tried LDPatternCreator, but i didn't understand it.
|
|
|
parts tracker: "BFC rationalisation" |
Posted by: Steffen - 2012-10-16, 8:18 - Forum: Parts Authoring
- No Replies
|
|
This post explains the small history line "BFC rationalisation" which appears
in the bunch of updated official files that Chris just has uploaded to the PT for me, thanks, Chris!
I had recently done a systematic syntax check of all currently official files.
Through this I discovered these files having some common glitches, which I ironed out.
They were:
(a) appearance of header elements throughout the file, mostly due to inlining relicts, e.g. "Name: xyz" or "BFC CERTIFY CCW"
(b) repeated BFC CERTIFY statements throughout the file (probably due to MLCad save operation)
© changing of winding from CW to CCW or vice versa inside the file (usually a result of inlining)
(d) other syntax errors
|
|
|
UCS Millenium Falcon Animated Build Rendered With LDView |
Posted by: Rob - 2012-10-15, 16:30 - Forum: Rendering Techniques
- Replies (4)
|
|
Hi All,
I hope this is OK to post here...
Having previously created a number of animations using POV-Ray for rendering the frames I thought I would try using LDView to render the frames required instead. (Thanks to Travis (author LDView) for answering a number of my questions in this forum which helped me to get this working).
First online result of this can be seen at the folllowing link:
http://www.youtube.com/watch?v=Y7Iq3wju3O0
Rendering this is POV-Ray would take about 100 times longer... (Such as http://www.youtube.com/watch?v=TudW-8FjMzE)
The 'falling parts' code (my software) is new and rather than one part falling at time (which is how I have done these animations previously) now multiple parts are in motion in any one frame. The 'algorithm' is not perfect yet, some parts still 'fly through' other parts - work in progress ...
Rob
(TCBUK)
|
|
|
separating metal portions of 9V train track |
Posted by: Steffen - 2012-10-13, 12:16 - Forum: Parts Authoring
- Replies (5)
|
|
I was wanting to separate the metal portions of
http://www.ldraw.org/cgi-bin/ptdetail.cg...859c00.dat
into 1 or more separate files.
Reason for this was that in the current implementation,
when you use that part in a model,
and you assign some color to it,
all edges on metal appear in that color,
this makes that part look weird.
Reason for that is that all edges and optional edges in that file
are coded in color 24, regardless whether they bound plastic or metal parts.
My problem is now this:
I can easily identify quads and triangles of color 494 (metal) and move them to a separate file.
Second step should have been to also move their bounding edges and optional edges there.
Would I have finished that, then the color problem would be gone, because in that new file X.dat,
I would use color 16 for quads and triangles, and 24 for edges and optional edges,
and then reference that file from 2859c00.dat, using color 494. This way, both the surfaces and
the edges would appear in correct color.
However, identifying which edges to move to X.dat is terribly difficult.
There are tons of such edges, and manual selection will introduce lots and lots of errors.
To accomplish this task, I would need help of a tool which doesn't exist yet.
It would let me specify some color, by which I would like to identify affected quads and triangles
(here: 494).
The tool should then run through the file and identify all edges and optional edges which bound
these, i.e., which share coordinates with them.
Using such a tool, it would be easy to find all edges in 2859c00.dat which need to be moved to a separate file.
(Of course, from a logic point of view, each own metal portion should probably go into its own,
separate ~part file, but to me that's second priority. Solving the miscolored edges problem has first.)
Unfortunately, without this tool, I sadly have to give up on this task for now :-(
|
|
|
|