Search found 3 matches

by Descatal
Wed Jul 01, 2020 3:25 am
Forum: 3D/2D models
Topic: Need help with Noesis plugin - .dxg format Short type Vertices
Replies: 5
Views: 881

Re: Need help with Noesis plugin - .dxg format Short type Vertices

Sorry I am not very well versed in 3D stuff, but what I can understand is that the number of vertex is stored in the numCoords variable and used to calculate the vertBuff size. I tried to do the calculations myself but the buffer stops halfway through the sea of float vertices. self.inFile.read('4L'...
by Descatal
Tue Jun 30, 2020 12:26 pm
Forum: 3D/2D models
Topic: Need help with Noesis plugin - .dxg format Short type Vertices
Replies: 5
Views: 881

Re: Need help with Noesis plugin - .dxg format Short type Vertices

Thanks for the reply. I did not consider those, so pointing to the correct start offset fixed it. Thank you.

As for the mesh, is there any reason why it is "missing" a few sections?
by Descatal
Tue Jun 30, 2020 5:30 am
Forum: 3D/2D models
Topic: Need help with Noesis plugin - .dxg format Short type Vertices
Replies: 5
Views: 881

Need help with Noesis plugin - .dxg format Short type Vertices

I need help in fixing the Noesis Plugin for the case of .dxg models using Short instead of Float Vertices. Using the normal Plugin I can view most of the aisp@ce dxg models after applying shakotay2's patch to the script, but unfortunately the model I want is still messed up. Upon more investigations...