10.5

Mac OS X 10.5 (Leopard)

Release: Kineme3D, v1.0

Release Type: Production
Version: 1.0
Release Notes

Initial public release.

Release: Art-Net Tools, v1.0

Release Type: Production
Version: 1.0
Release Notes

Initial public release.

Release: Axis Camera, v0.1

Release Type: Production
Version: 0.1
Release Notes

This is the first public release of the Kineme Axis Camera Patch.

Kineme Axis Camera PatchThis patch provides a video stream from an Axis network camera. A few different models have been successfully tested with this patch.

This patch was championed by Marco Tempest, and some test equipment was furnished by Erie Plating Company.

Hardware Compatibility

See the VideoTools Compatibility Chart

Release: GL Tools, v1.1

Release Type: Production
Version: 1.1
Release Notes

This update to GLTools adds a couple new patches, and adds support for proper alpha blending (as found in GLTools v0.4).

The new patches:

  • Kineme GL Polygon Offset -- useful for creating wireframe overlays (example composition included)
  • Kineme GL Torus -- a new primitive that renders a torus.

Updates:

  • The Triangle and Quad Structure patches now have position and rotation inputs, allowing for easier positioning.

A word about blending:

In Quartz Composer, blending is typically controlled by an input port called "Blending", which traditionally has the following values: Replace (no blending), Over (pre-multiplied overlay), and Add (Source + Destination). In GLTools 1.0, we transitioned from using our own manual blending to using QC's built-in ones. This meant less code, and more consistent behaviour with other QC patches. Unfortunately, as many have noted, the Over blend mode simply wasn't useful with line and point antialiasing, because it expects pre-multiplied colors, which OpenGL doesn't naturally provide when performing antialiasing. This lead to the ugly halos around objects, and improper transparency, especially around splines. (Secret: The built-in line patch doesn't have a Blending input for exactly this reason -- it manually controls blending itself to work around QC's limited implementation, just like we did on a much larger scale in GLTools 0.4)

This put us in a difficult position -- on the one hand, relying on QC's built-in functionality means less code for us, more reliability, and seamless feature compatabilty. On the other hand, having beautiful output is important, and having happy users is even more important.

Thus, we worked some more kineme magic, and Modified QC's Blending Port to add proper Alpha-blending support to anything with a Blending Port. Along with the standard Replace, Over, and Add inputs, you'll now see a fourth option, called "Alpha". This sets the blend mode to a proper unpremultiplied alpha blend, as found in GLTools v0.4. To enable pretty blending for your compositions, you simply have to locate your renderers, and change their blend input to "Alpha".

Release: GL Tools, v1.0

Release Type: Production
Version: 1.0
Release Notes

This release of GL Tools includes several new patches and refinements of existing patches.

Current patches include:

  • Kineme GL Blend Equation [new]
  • Kineme GL Clear Depth [new]
  • Kineme GL Color Mask [new]
  • Kineme GL Context Info
  • Kineme GL Depth Buffer Alpha Threshold
  • Kineme GL Field of View
  • Kineme GL Line
  • Kineme GL Line Structure [new]
  • Kineme GL Load Matrix [new]
  • Kineme GL Logic Op
  • Kineme GL Matrix Mult
  • Kineme GL Ortho
  • Kineme GL Point
  • Kineme GL Point Structure [new]
  • Kineme GL Polygon Mode
  • Kineme GL Quad
  • Kineme GL Quad Structure [new]
  • Kineme GL Scale [new]
  • Kineme GL Shade Model [new]
  • Kineme GL Spline
  • Kineme GL Triangle
  • Kineme GL Triangle Structure [new]
  • Kineme GL Viewport [new]
  • Kineme Super GLSL Grid [new]

(New patches since GL Tools 0.4 are flagged above.)