.3ds Exporter is wanted.

Casteel, Don dcasteel at TAC.Textron.com
Thu Mar 30 07:33:42 EST 2000


I was able to get an .obj export, will that work?

(I'm a newbee so no guarantees, this was only a test)
-------------------------------------------------
[.....]

vtkOBJExporter objExport
objExport SetRenderWindow renWin

# export Isosurface geometry at each frame of the animation
set subIters 10.0
for {set i 0} {$i < 2} {incr i} {
   for {set j 1} {$j <= $subIters} {incr j} {
      set t [expr $i + $j/$subIters]
      
      #change the Isosurface value at each frame
	blobbyIso SetValue 0 [expr $t*2.0]

      set f [expr 1000+$j]
      objExport SetFilePrefix test$f
      objExport Write

      renWin Render
   }
}
-------------------------------------------------


-----Original Message-----
From: Redbirch [mailto:Redbirch at 263.net]
Sent: Thursday, March 30, 2000 12:20 AM
To: vtkusers at public.kitware.com
Subject: .3ds Exporter is wanted.


Hello everyone,

 I am trying to write a .3ds file exporter. But the result is always
 wrong. VTK has only importer but no exporter.
 Can anyone help me to write one or give me some advice?
 Thanks in advance!

Best regards,
 Redbirch                          mailto:Redbirch at 263.net


--------------------------------------------------------------------
This is the private VTK discussion list. Please keep messages on-topic.
Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at public.kitware.com>. For help, send message body containing
"info vtkusers" to the same address.
--------------------------------------------------------------------
--------------------------------------------------------------------
This is the private VTK discussion list. Please keep messages on-topic.
Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at public.kitware.com>. For help, send message body containing
"info vtkusers" to the same address.
--------------------------------------------------------------------



More information about the vtkusers mailing list