• Blogs I follow

    Here is a list of blog I follow on a regular basis (by rss syndication) Some are very active (several post a day) some less (one post a year) but worse it 😉 Beautiful Pixels [RSS] Beyond3D News [RSS] c0de517e [RSS] Chris Hecker’s Website – Recently Changed Articles [RSS] Confetti Special FX [RSS] Deano’s Home […]

    [read more]


    Category ,

  • bash prompt

    my current simple prompt was in .bashrc but I found another more complicated 😉 one here which gives nicer results (do not cut a directory name in the middlehttps://wiki.archlinux.org/index.php/Color_Bash_Prompt

    [read more]


    Category

  • bash wildcard

    note to me : ls *.{h,cpp} more complete ref http://www.tuxfiles.org/linuxhelp/wildcards.html

    [read more]


    Category ,

  • Cubemaps

    After finding a bug in our render engine, I figure out that cubemaps texture coordinate generation is quite unusual.Note on cubemap format : texcoord(0,0) is in upper right corner of POSITIVE_X i.e. texCoords3f(1,1,1) maps on pixel(0,0) of image POSITIVE_X, texCoords(1,1,-1) maps on (1, 0) and (1, -1, -1) maps on (0,1)Cube map layout is hence […]

    [read more]


    Category

  • Create a pdf preview (for paper page)

    Here is how I create a nice png paper preview from pdf, with ImageMagick 6.6.2  In a small shell script file And here is the result :

    [read more]


    Category ,