Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
surfaces.txt
08-22-2010, 02:33 PM,
#23
 
Quote:What kind of features would be good?
I've planned to rewrite the track description format. To allow mesh instances(position orientation) and dynamic track objects(physics) and other stuff. I am a bit stuck on the object instances detection script. And the face indices bug hit by Alex is another show stopper.

It looks like blender is changing the face indices ordering for whatever reason. :x

track_verge19mergepart3.dof-00.joe original:
Code:
[0, 1, 2]
[0, 2, 5]
[6, 7, 8]
[5, 2, 11]
[10, 1, 0]
[10, 9, 1]
[4, 9, 10]
[4, 3, 9]
[8, 3, 4]
[8, 7, 3]
track_verge19mergepart3.dof-00.joe as mesh:
Code:
[MFace (0 1 2) 0]
[MFace (0 2 5) 1]
[MFace (6 7 8) 2]
[MFace (5 2 11) 3]
[MFace (1 0 10) 4]
[MFace (10 9 1) 5]
[MFace (4 9 10) 6]
[MFace (4 3 9) 7]
[MFace (8 3 4) 8]
[MFace (8 7 3) 9]

Compare the fifth face.
Reply


Messages In This Thread
surfaces.txt - by alex25 - 07-19-2010, 03:06 PM
[No subject] - by NaN - 07-20-2010, 01:05 PM
[No subject] - by alex25 - 07-21-2010, 03:15 PM
[No subject] - by alex25 - 07-24-2010, 05:37 PM
[No subject] - by NaN - 07-24-2010, 06:01 PM
[No subject] - by alex25 - 07-25-2010, 01:54 PM
[No subject] - by NaN - 07-25-2010, 04:37 PM
[No subject] - by thelusiv - 08-05-2010, 03:44 AM
[No subject] - by NaN - 08-05-2010, 03:17 PM
[No subject] - by alex25 - 08-08-2010, 02:35 AM
[No subject] - by alex25 - 08-16-2010, 05:42 PM
[No subject] - by NaN - 08-18-2010, 11:50 AM
[No subject] - by alex25 - 08-18-2010, 12:06 PM
[No subject] - by NaN - 08-18-2010, 12:24 PM
[No subject] - by NaN - 08-18-2010, 12:32 PM
[No subject] - by alex25 - 08-18-2010, 12:48 PM
[No subject] - by alex25 - 08-18-2010, 01:24 PM
[No subject] - by NaN - 08-18-2010, 02:31 PM
[No subject] - by alex25 - 08-18-2010, 03:10 PM
[No subject] - by alex25 - 08-19-2010, 12:46 PM
[No subject] - by NaN - 08-20-2010, 06:52 AM
[No subject] - by thelusiv - 08-22-2010, 04:43 AM
[No subject] - by NaN - 08-22-2010, 02:33 PM
[No subject] - by alex25 - 08-22-2010, 08:20 PM
[No subject] - by thelusiv - 08-23-2010, 05:15 AM
[No subject] - by portets - 08-23-2010, 09:48 PM
[No subject] - by NaN - 08-24-2010, 08:19 AM
[No subject] - by thelusiv - 08-24-2010, 09:50 PM
[No subject] - by NaN - 08-25-2010, 12:53 PM
[No subject] - by NaN - 08-25-2010, 04:06 PM
[No subject] - by thelusiv - 08-25-2010, 09:42 PM
[No subject] - by NaN - 08-26-2010, 03:53 AM
[No subject] - by thelusiv - 08-26-2010, 09:45 PM
[No subject] - by thelusiv - 08-27-2010, 07:42 AM
[No subject] - by NaN - 08-27-2010, 01:10 PM
[No subject] - by thelusiv - 08-29-2010, 06:34 PM
[No subject] - by NaN - 08-29-2010, 07:45 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)