| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 6,062
» Latest member: Mane
» Forum threads: 6,554
» Forum posts: 54,055
Full Statistics
|
| Online Users |
There are currently 10 online users. » 2 Member(s) | 3 Guest(s) Applebot, Baidu, Bing, Google, Yandex, Jeff Jones
|
|
|
| LPUB Callout Pointer syntax & bending |
|
Posted by: Jörg Schwarzländer - 2017-10-09, 20:12 - Forum: LDraw Editors and Viewers
- Replies (4)
|
 |
Can someone please explain to me the meaning/syntax of the <intBase> Parameter in the both metas
0 !LPUB CALLOUT POINTER (TOP_LEFT|TOP_RIGHT|BOTTOM_LEFT|BOTTOM_RIGHT) <floatX> <floatY> <intBase>
0 !LPUB CALLOUT POINTER (TOP|BOTTOM|LEFT|RIGHT) <floatLoc> <floatX> <floatY> <intBase>
And in addition: Is there any chance to model a bended arrow/pointer? If so, how?
If I missed some sources bringing light in this, please point me to them.
|
|
|
| Who can help to create a file for unofficial parts |
|
Posted by: Peter Wilma - 2017-10-09, 9:04 - Forum: Help
- Replies (2)
|
 |
Hi there,
I have developed and produced some track links for tank models.
Of course I have the 3D files from the development.
Now I need some help to create LDraw files for unofficial parts based on my 3D files.
Is there anybody who can help me with this?
Thanks
Peter
|
|
|
| Small OpenGL survey for my LDCad 2.0 plans |
|
Posted by: Roland Melkert - 2017-10-03, 22:23 - Forum: LDraw Editors and Viewers
- Replies (16)
|
 |
Hi all, I'm at the (GUI only for now) rendering engine building stage of LDCad 2.0 and was wondering which minimal requirements to target.
OpenGL 3.3 has a couple of handy things over 3.2 (e.g. attribute layout etc), and 4.x has even cooler stuff but support for that version seems low unless I go into the extension soup.
So I was wondering which version of OpenGL do people currently using LDCad have available, you can see this by opening any log file
--- Edit by Willy ---
which usually can be found in: C:\Users\<Username>\AppData\Roaming\LDCad\logs
-----------------------
and do a search on "OpenGL" this should give you a line like:
00144 | 2017-10-03_20:06:49 | Info | Initializing render manager | OpenGL platform information: vendor "ATI Technologies Inc." renderer "AMD Radeon HD 7900 Series" version "4.5.13431 Compatibility Profile Context 16.150.2211.0".
In this example the OpenGL version supported is 4.5
LDCad 1.x can use OpenGL as low as 1.1, but I'm not planning to go that low for LDCad 2, currently I'm thinking 3.3 or maybe 3.2 depending on the answers on this thread.
|
|
|
|