Hi @bravetan00,
You could try to add an entire folder by clicking the plus sign of the folder instead of individual files. Or you could enter the path to the folder and then use a wildcard for all osgb files like this:
$(FME_SHAREDRESOURCE_DATA)/MyFolder/*.osgb
I'm not familiar with the OpenSceneGraph format, but I think one of these options should work.
Let us know how this goes!
Hi @bravetan00,
You could try to add an entire folder by clicking the plus sign of the folder instead of individual files. Or you could enter the path to the folder and then use a wildcard for all osgb files like this:
$(FME_SHAREDRESOURCE_DATA)/MyFolder/*.osgb
I'm not familiar with the OpenSceneGraph format, but I think one of these options should work.
Let us know how this goes!
Hi @gerhardatsafe
Thanks for your reply.
I can't click the plus sign of folder as it's grey. But wildcard method works pretty good. Thanks.