Playing Call Of Duty 4: Modern Warfare Under Ubuntu Linux

December 5th, 2009 Alex Posted in 3D, games, linux, ubuntu Comments Off

sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install wine1.2
wget http://www.kegel.com/wine/winetricks
sh winetricks vcrun2005
sh winetricks d3dx9
wine regedit
  • under HKEY_CURRENT_USER/Software/Wine, create key Direct3D if it doesn’t already exist
  • inside Direct3D create the following values:
    • string: DirectDrawRenderer value: opengl
    • string: OffscreenRenderingMode value: fbo
    • string: RenderTargetLockMode value: auto
    • string: UseGLSL value: readtex
    • string: VideoMemorySize value: (video card memory size in MB)
AddThis Social Bookmark Button

DIY Cheap 3D Scanner

August 27th, 2009 Alex Posted in 3D, cad, diy, hardware Comments Off

There is lot’s of different cheap design for building your own 3D scanner, here are a few:

AddThis Social Bookmark Button

3D printer uses plain paper (and glue) for prototyping

November 11th, 2008 Alex Posted in 3D Comments Off

Mcor’s 3D printeruses plain 8 x11 paper and glue for rapid prototyping . “The printer takes standard sheets of printer paper (A4 size) and deposits regular old PVA glue in a pattern determined by the design. Another sheet of paper is added, and a tungsten carbide blade cuts away the excess paper…”
Source: Wired & hackaday.com .

mcor matrix.jpg

mcor.3dhouse.jpg
AddThis Social Bookmark Button