Freitag, 21. Dezember 2007, 15:22 Uhr
Phew! At last i was able to build and even modify the blender sources. I need to do that for my current project:
I’m trying to Simulate different BRDF-models for my research using the render engine of blender. It was easy to find the source code locations, where i had to change it, but the hard [...]
weiterlesen...
Montag, 2. April 2007, 21:13 Uhr
The latest version of SharpDevelop was released nearly a month ago bringing with it some nice features i’ve been waiting for. My main interest is the support of the Compact Framework.
Anyone trying to develop .net-applications will normally start off by using Microsoft’s free (but stripped down) IDE MS Visual Studio Express. Initially I was astonished [...]
weiterlesen...
Donnerstag, 22. März 2007, 13:29 Uhr
Ever since i 'discovered' how to use structures in vb.net, I've been fascinated by the abilities they give to developers. Structures are sort of mini-classes, that can have properties and methods. Take for example the following structure:
PLAIN TEXT
VB.NET:
Structure measurement
Dim startdate As DateTime
Dim enddate As DateTime
Dim heattemp As Double
[...]
weiterlesen...