Emisael Carrera

Results 10 comments of Emisael Carrera

Awesome library @haplokuon, I have implemented it to show the drawings in Unity from downloaded .dxf of server. Thanks @leothyssen for the steps to start with Unity, it was pretty...

> Are you sure you posted in the right project? Your comment has left me a little bit confused, this library is to load and save DXF not FBX files....

Thanks for the explanation @haplokuon . I was dealing with old .dxf files and it gave me the errors, this is why I had to ask you about it. In...

> @leothyssen Hello, excuse me, how to use this library in unity?I am doing the same thing. Can you refer to your project? You have to build the library and...

@IronGamesCom @leothyssen Using .dxf to create Unity gameObjects you have to create them like primary elements, a .dxf file contains a lot of data but main used in Unity may...

> @ecarrera Is it possible to draw a DXF model in OpenGL? I have not done it before but look to be easy with the data segmented in the DXFDocument,...

@marioslokas-v the lib help you to parse DXF to C# object, having a DXF object in Unity then you can create meshes, polylines 2d, 3d, etc etc. Also it is...

It only parses a dxf to a c# object, I guess it doesn't need threads. I remember I made a built for WebGL.

> The website only shows how to install: > > curl -O https://install.tunnelmole.com/t357g/install && sudo bash install > but how do I uninstall? I wish to build from source instead,...