The rendering tag has no wiki summary.
11
votes
1answer
307 views
How to find out available fonts from within Mathematica?
How to find out available fonts on the system from within Mathematica? When I do
Style["foobar", FontFamily -> "Foobar"]
how do I know which font the ...
11
votes
2answers
254 views
Which ray-tracing software is compatible with Graphics3D?
I am interested in working alternative to Mathematica's FrontEnd for rendering Graphics3D produced by Mathematica. The requrements are:
An ability to import ...
11
votes
0answers
233 views
How to get shadows in Graphics3D?
It was a shock to me when I found that in Graphics3D a surface is always transparent to the light sources:
...
5
votes
1answer
124 views
Is it possible to render Graphics with more than “Byte” bitdepth?
I wonder is it possible to render Graphics in Mathematica with bitdepth higher than "Byte" which is the maximum bitdepth ...
3
votes
1answer
230 views
Volumetric analysis from topological maps
I want to calculate the volume of fill required to level an area about the size of three foodball fields. The Department of Public Works in my city can provide me with topo data for the area. Their ...
0
votes
2answers
59 views
How to use SaveDefinitions when using Rasterized Frames for a ListAnimate?
In another post (Is it possible to prerender animation in Wolfram Mathematica?) I got a good way to prerender frames in order to get a smooth animation using ListAnimate.
I need to save the Animation ...