kbale / osgocean

An ocean rendering nodekit for OpenSceneGraph
GNU Lesser General Public License v3.0
108 stars 56 forks source link

Could not find: islands.ive #45

Closed onox closed 1 month ago

onox commented 9 years ago

I get Could not find: islands.ive even though the file really exists in %install_path%/bin/resources/island/ as the usage instructions say.

kbale commented 9 years ago

Are you able to load ive models normally with osg?

On 27 May 2015 at 08:11, onox notifications@github.com wrote:

I get Could not find: islands.ive even though the file really exists in %install_path%/bin/resources/island/ as the usage instructions say.

— Reply to this email directly or view it on GitHub https://github.com/kbale/osgocean/issues/45.

onox commented 9 years ago

I don't know. Normally I use OSG via FlightGear, and its data repository doesn't have any ive models.

kbale commented 9 years ago

It might be worth testing whether or not the model can be viewed with osg's own viewer exe on the command line e.g. "osgviewer islands.ive"

Could you verify this for me?

On 29 May 2015 at 17:53, onox notifications@github.com wrote:

I don't know. Normally I use OSG via FlightGear, and its data repository doesn't have any ive models.

— Reply to this email directly or view it on GitHub https://github.com/kbale/osgocean/issues/45#issuecomment-106869702.

onox commented 9 years ago

I can view the model with osgviewer.

hbaqueiro commented 5 years ago

I am facing the same problem

osgOcean 1.0.1

Building scene... 
  . Loading cubemaps: 0.000714s
  . Generating ocean surface: 3.7e-05s
  . Creating ocean scene: 0.000245s
Could not find: islands.ive
0.001865s
  . Loading islands:   . Setting up lighting: 2.2e-05s
complete.
Time Taken: 0.002915s

even though there is a islands.ive: /osgocean/resources/island/islands.ive I also can see the model with osgviewer. Any suggestions?

as14g18 commented 3 years ago

Any update on this?