Google

First go with Caelum

Discussion relating to the Caelum sky rendering plugin

Moderators: OGRE Team, Caelum Moderators

First go with Caelum

Postby Jonan » Thu Nov 27, 2008 10:32 pm

Hi,

I've just started with Caelum and I'm getting an error I don't know how to solve.
WARNING: material Caelum/PhaseMoon169511032 has no supportable Techniques and will be blank. Explanation:
Pass 0: Fragment program Caelum/PhaseMoonFP cannot be used - not supported.

terminate called after throwing an instance of 'caelum::UnsupportedException'
what(): OGRE EXCEPTION(-1:UnsupportedException): Moon material not supported in Moon at main/src/Moon.cpp ( line 48 )
Aborted

My code is simply this:
Code: Select all
caelum_system = new caelum::CaelumSystem (Ogre::Root::getSingletonPtr(), manager);
Ogre::Root::getSingleton().getAutoCreatedWindow()->addListener(caelum_system);
Ogre::Root::getSingleton().addFrameListener(caelum_system);

I'm using Caelum 0.3 and Ubuntu 8.10.

Thanks!
Jonan
 
Posts: 3
Joined: Thu Nov 27, 2008 10:15 pm

Re: First go with Caelum

Postby cdleonard » Sat Dec 27, 2008 10:01 pm

My guess is that your card doesn't support shader model 3.0 which Caelum currently requires. This is why the moon material is not supported.

You can check the shader models supported by your card in the Ogre log. It's in a big section with other render system capabilities.
User avatar
cdleonard
 
Posts: 98
Joined: Wed May 30, 2007 12:56 pm
Location: Bucharest, Romania


Return to Caelum

Who is online

Users browsing this forum: No registered users and 0 guests