#9855: fix support for projection options in Tachyon
------------------------+---------------------------------------------------
Reporter: mhampton | Owner: jason, was
Type: defect | Status: needs_info
Priority: minor | Milestone:
Component: graphics | Keywords: tachyon, raytracing
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Changes (by vbraun):
* cc: vbraun (added)
Comment:
The `aperture` option does not work for me:
{{{
sage: T = Tachyon(xres = 800, yres = 600, camera_center = (-1.5,-1.5,.3),
projection='fisheye', frustum=(-1.0, 1.0, -1.0, 1.0), aperture = 1)
sage: T.texture('t1',color=(0,0,1))
sage: cedges = [[[1, 1, 1], [-1, 1, 1]], [[1, 1, 1], [1, -1, 1]], [[1, 1,
1], [1, 1, -1]], [[-1, 1, 1], [-1, -1, 1]], [[-1, 1, 1], [-1, 1, -1]],
[[1, -1, 1], [-1, -1, 1]], [[1, -1, 1], [1, -1, -1]], [[-1, -1, 1], [-1,
-1, -1]], [[1, 1, -1], [-1, 1, -1]], [[1, 1, -1], [1, -1, -1]], [[-1, 1,
-1], [-1, -1, -1]], [[1, -1, -1], [-1, -1, -1]]]
sage: for ed in cedges:
....: T.fcylinder(ed[0],ed[1],.05,'t1')
....:
sage: T.light((-4,-4,4),.1,(1,1,1))
sage: T.show()
}}}
and nothing appears. Works fine without the aperture option.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9855#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.