Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 5,190
» Latest member: Lynn Lee
» Forum threads: 6,099
» Forum posts: 51,347
Full Statistics
|
Online Users |
There are currently 1716 online users. » 1 Member(s) | 1711 Guest(s) Applebot, Baidu, Bing, Google
|
|
|
Rendering of sheared RECT primitives |
Posted by: Gerald Lasser - 2020-09-17, 22:33 - Forum: Parts Authoring
- No Replies
|
 |
I uploaded the cake costume parts, 35860 and 38560p01, and had them rendered in Stud.io.
What I got was an interesting result. on the LEFT the parts are as I have uploaded them to the PT, resulting in this "cond-line artefact". I remembered that I used a rect2p there with a shear matrix. So I in-lined this and I got the result on the RIGHT picture. Seems that the pre-processing for the renderer is not working correctly.
Has anybody noticed this and (re-)designed a part with this problem in mind?
Code: 0 // ORIGINAL CODE (LEFT)
1 16 0 -20 -10.75 19 0 0 0 1 20 0 0 .25 rect2p.dat
1 16 0 -20 10.75 -19 0 0 0 1 20 0 0 -.25 rect2p.dat
0 // INLINED CODE (RIGHT)
2 24 19 0 -10.5 -19 0 -10.5
2 24 -19 -40 -11 19 -40 -11
4 16 -19 0 -10.5 -19 -40 -11 19 -40 -11 19 0 -10.5
2 24 -19 0 10.5 19 0 10.5
2 24 19 -40 11 -19 -40 11
4 16 19 0 10.5 19 -40 11 -19 -40 11 -19 0 10.5
|
|
|
88013 Technic Large Motor |
Posted by: Cam's Bricks - 2020-09-17, 3:50 - Forum: Part Requests
- Replies (3)
|
 |
I think my google fu chops are off today.
I cant find an alternate part number for this and cannot see this on the part tracker or any forum posts for the part number or other searches like "technic large motor" or "technic large" yield no results.
Does someone have this or can point me to it?
|
|
|
Viewing available part count |
Posted by: Darin - 2020-09-14, 5:47 - Forum: LDraw Editors and Viewers
- Replies (9)
|
 |
Hello, I just discovered LDCad (1.6d) and want to know if there is a way to show remaining parts in the part bin (or anywhere else).
I'm interested in creating designs from a limited number of parts, and would like a way of knowing if I've stayed within that limit.
I found the showCount property in the Overivew group http://www.melkert.net/LDCad/tech/partBin
And I exported a part list from a set on Rebrickable, dropped that file in the sets dir, and see the part count there.
So both pieces of information exist in the tool, but I'm looking for some way to see that information together.
I can think of 2 ways I might find this:
1) Show both use count and total count in the part bin
2) Update part bin count to show available remaining
Is there a way to see this information? If not in LDCad, is is viewable in some other editor?
Alternatively maybe I could open a second part bin window and eyeball it, but that doesn't seem practical if I'm using very many unique parts.
Thanks!
|
|
|
|