The tachyon raytracing uses the tachyon class, called Tachyon.  If you
type Tachyon? you will get a help file.

Sometimes it is nicer to work more directly work with tachyon, which
can be done by creating an instance of that class:
sage: t = Tachyon()

Then you can explicitly control the camera, lighting, raydepth, etc.
There are various examples of this in the documentation - if you do
sage: search_doc('tachyon')

you will get links to these.

Marshall Hampton

On Jan 13, 7:53 pm, "A. Jorge Garcia" <calcp...@aol.com> wrote:
> OOPs, tachyon does work.  I tried the following and all is well:
>
> x,y=var('x,y')
> a=plot3d(x**2+y**2, (x,-10,10), (y,-10,10))
> show(a,viewer='tachyon')
>
> Is tachyon the only 3d viewer on the liveCD then?
>
> Also, why doesn't tachyon? give any help?
>
> TIA,
> A. Jorge Garcia
> Applied Math, Physics and Computer Science
> Baldwin Senior High School & Nassau Community College
>
> calcp...@aol.comhttp://calcpage.tripod.comftp://centauri.baldwinschools.net
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-edu" group.
To post to this group, send email to sage-edu@googlegroups.com
To unsubscribe from this group, send email to 
sage-edu+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-edu?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to