Journal Articles

Overload Journal #87 - October 2008 and Programming Topics
Browse in : All > Journals > Overload > 87 (6)
All > Topics > Programming (877)
Any of these categories
Options:
View Article Map
View Archives

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Seeing Things Differently

webeditor

26 October 2008 08:59:00 +00:00

The Multiple Material Marching Cubes (M3C) algorithm builds 3D models from 2D slices. Stuart Golodetz introduces it and provides a C++ implementation.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

DynamicAny (Part 2)

webeditor

26 October 2008 08:58:00 +00:00

Alex Fabijanic uncovers the internals of DynamicAny with some performance and size tests.