Re: [DirectPython] 3d Text
Status: Inactive
Brought to you by:
hsalo
From: Heikki S. <ho...@gm...> - 2006-12-21 19:08:17
|
_____ From: For...@ao... [mailto:For...@ao...] Sent: 21. joulukuuta 2006 15:25 To: Hei...@ut... Subject: Re: [DirectPython] 3d Text hello, I was able to do what you suggested before I e-mailed you....but the values I'm getting look something like this: 4342335L 4343585L 4341035L I'm not sure I'll be able to use these numbers in an obj file Andre O'Brien Looks like you found a new bug from DirectPython. That is caused by wrong interpretation of buffer values, they are stored as 16-bit values but when converted they are treated as 32-bit ones. This will only happen with meshes created using fromText(). I will fix this for the next release. You can extract some values using the struct-module or bitshifts, but the rest are completely lost. If you are just trying to convert text meshes into .obj-files, there can better ways to do it. -- Heikki Salo |