Archive for 2005

PHD-Motorsports FZR

Thursday, December 15th, 2005 by Bramz

A render of the new PHD-Motosports skin for the FZR. Wimz is doing an amazing job on those skins. There’s a nice detail you can’t see from this point of view: the driver’s name with a little Belgian flag. Great! The cars are rendered with depth of field for a more realistic image … Model […]

depth of field

Sunday, December 4th, 2005 by Bramz

Some time ago, I mentioned I was implementing depth of field in LiAR. Well, I finally managed to code and test it. The following image illustrates the depth of field effect. The left part is rendered by a pinhole camera, the right part by a camera with a circular lens. You can find the script […]

renders of LX6

Saturday, December 3rd, 2005 by Bramz

This week, I’ve been mostly rendering … cars. It’s been a while since my last update. I’ve been rendering cars for PHD-Motorsports. The setup is rather simple. The same triangle mesh is instantiated three times with a different skin. There are three point lights: a pure white key light in the front left corner, a […]

LiAR sponsors PHD-Motorsports team

Tuesday, November 22nd, 2005 by Bramz

LiAR isn’t a raytracer is pleased to announce that it has become the official sponsor of PHD-Motorsports, the Ghent-based racing team owned by Victor De Muer. The team is currently competing in the VRL Live For Speed WinterTrophy 2005. Last week, LiAR CEO Bram de Greve was contacted by De Muer in search of funds […]

snow owl

Sunday, November 20th, 2005 by Bramz

A render of a low poly owl modeled by Wim Verbrugghe. The vertex normals are generated using the smoothNormals() function that’s now available on TriangleMesh. However, this seems to bugger up the wings, so the wings use face normals instead.

stanford bunny

Sunday, November 20th, 2005 by Bramz

This day, I’ve been mostly rendering … bunnies That’s right, I can import models in PLY format now. This format is used by the Standford University Computer Graphics Laboratory for its ever-popular 3D Scanning Repository. The importer is written as a python script src/tools/ply.py. There’s also an example in examples/tools. (model by Stanford University Computer […]

triangle meshes added to CVS

Saturday, November 19th, 2005 by Bramz

The code for the triangle meshes is to the CVS. There are also a lot of other minor changes. It’ll probably take a few hours for the anonymous CVS to catch up though. You will also need to upgrade your LASS installation.

motion blur

Wednesday, November 16th, 2005 by Bramz

You can’t properly render fast cars without motion blur, can you? Motion blur is something that’s already in LiAR’s feature set for some time, so I tried it out on the triangle mesh. And here it is …*drumroll* … This is a scaled down/cropped version of a 2000×1500 image with 16 samples per pixel. This […]

triangle meshes OK, but still slow

Tuesday, November 15th, 2005 by Bramz

I’ve managed to get the triangle mesh rendering correct now … But it is waaaaay to slow … Currently there’s an AABB tree in there for spatial subdivision, but apparently, that’s not a good choice. I’m trying to clean up the triangle mesh’s source code a bit so I can commit it to the CVS. […]

triangle meshes, not quite there yet …

Saturday, November 12th, 2005 by Bramz

I’ve been trying to hack together a triangle mesh today. I think i’ve must have made a mistake somewhere … :( Well, tomorrow is another day … PS: tomz, I don’t have the texture for that car!