DXF Viewer

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
thomascheah
Posts: 77
Joined: Sat Jul 08, 2006 5:55 am
Location: Cyberjaya, Malaysia

DXF Viewer

Post by thomascheah »

Hi,

While I was looking for DXF loader for Irrlicht, I found this patch at Hybrid website,

http://parsys.informatik.uni-oldenburg. ... /dxf.patch

Why does this patch never make it to the official release? Wondering whether it is still usable for the current version of Irrlicht. (Since this patch was created quite some time ago.)
Objective World Pvt. Ltd.
"Turning Knowledge Into Wisdom."
http://www.objectiveworld.com
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Well, the support is only partial, and hence I never felt that this is really useful without some additions. It will probably require some minor changes, but should work in general.
thomascheah
Posts: 77
Joined: Sat Jul 08, 2006 5:55 am
Location: Cyberjaya, Malaysia

Post by thomascheah »

Thanks Hybrid for the effort. Anyway, what are those extra "additions" that are missing? Like curve, circle entities, etc. in DXF I supposed?

Also, does your DXF loader draw the lines only, or it will fill them with solid colors?
Objective World Pvt. Ltd.
"Turning Knowledge Into Wisdom."
http://www.objectiveworld.com
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

IIRC the loader supports only faces, which are filled with correct colors. But all other stuff (including any line support) is missing.
Post Reply