From 1c9da0f123cb1c1feba43f0c944a461b229937dc Mon Sep 17 00:00:00 2001 From: LeeRiva <76054616+LeeRiva@users.noreply.github.com> Date: Mon, 26 Feb 2024 13:53:41 +0100 Subject: [PATCH] Added a note in the README document on how to specify ReaderWriter specific options --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 63daf04..15edc75 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,10 @@ To convert an OpenSceneGraph Paged database (requires osg2vsg/OpenSceneGraph): vsgconv OsgDatabase/earth.osgb VsgDatabase/earth.vsgb -l 30 # convert up to level 30 +Options specific to a ReaderWriter are specified on the commandline using two dashes: + + vsgconv FlightHelmet.gltf helmet.vsgb --discard_empty_nodes false + ## File formats supported by all built in ReaderWriters $ vsgconv --features