This render was done for the role-playing game "Le casse du siècle à la Banque du Temps", that I wrote for Supaero's XXXIInd role-play convention.
Poster made for the EDSys conference.
Poster made for the XXXIII° Supaero's role playing game convention. I made the background picture and Gautier added the text and sponsors.
Poster made for the XXXIV° Supaero's
role playing game convention.
No comment.
The classic glass test for a photon engine
Blender + LuxRender
And the whole possibilities of LuxRender...
Blender + LuxRender
And here is what Dark Side of the Moon should look like with all reflexions. But with a non-realistic IOR.
Video made as a request from Naio Technologies
Simulation of the ATV docking the ISS
And here is a Python script I made to merge several pictures (it makes the average). It is very useful for Cycles renders, as one can make several short renders with few samples (and different seeds each time) and then mix them. To use it in bash :
> python AveragePicture.py inputfiles+ outputfile
inputfiles+ is the list of all the input files. The software recognises regular expressions, for example one can use file*.png to take file001.png and file002.png as input.
AveragePicture.py