@@ -59,7 +59,7 @@ GUI plugins may be loaded through:
59
59
Ignition will look for GUI plugins on the following paths, in order:
60
60
61
61
1 . All paths set on the ` IGN_GUI_PLUGIN_PATH ` environment variable
62
- 2 . [ GUI plugins that are installed with Ignition Gazebo] ( https://github.com/ignitionrobotics/ign-gazebo/blob /master/src/systems/ )
62
+ 2 . [ GUI plugins that are installed with Ignition Gazebo] ( https://github.com/ignitionrobotics/ign-gazebo/tree /master/src/gui/plugins )
63
63
3 . Other paths added by calling ` ignition::gui::App()->AddPluginPath `
64
64
4 . ` ~/.ignition/gui/plugins `
65
65
5 . [ Plugins which are installed with Ignition GUI] ( https://ignitionrobotics.org/api/gui/3.0/namespaceignition_1_1gui_1_1plugins.html )
@@ -71,8 +71,8 @@ uses a plugin architecture and its physics engines are
71
71
built as plugins that are loaded at run time using
72
72
[ Ignition Plugin] ( https://ignitionrobotics.org/libs/plugin ) .
73
73
74
- At the moment, Ignition Physics will only look for physics engine plugin
75
- shared libraries installed within its ` <install_prefix>/lib ` directory .
74
+ See the [ Physics engines ] ( physics.html )
75
+ tutorial for more details .
76
76
77
77
### Rendering engines
78
78
@@ -116,13 +116,16 @@ Top-level entities such as models, lights and actors may be loaded through:
116
116
117
117
Ignition will look for URIs (path / URL) in the following, in order:
118
118
119
- 1 . All paths on the ` SDF_PATH ` environment variable (if path is URI,
120
- scheme is stripped)
119
+ 1 . All paths on the ` IGN_GAZEBO_RESOURCE_PATH ` \* environment variable (if
120
+ path is URI, scheme is stripped)
121
121
2 . Current running path / absolute path
122
122
3 . [ Ignition Fuel] ( https://app.ignitionrobotics.org/fuel/models )
123
123
1 . Cache (i.e. ` $HOME/.ignition/fuel ` )
124
124
2 . Web server
125
125
126
+ > \* The ` SDF_PATH ` environment variable also works in some scenarious, but
127
+ it's not recommended when using Ignition Gazebo.
128
+
126
129
## Meshes
127
130
128
131
Mesh files may be loaded through:
@@ -135,8 +138,11 @@ Mesh files may be loaded through:
135
138
Ignition will look for URIs (path / URL) in the following, in order:
136
139
137
140
1 . Current running path / absolute path
138
- 2 . All paths on the ` IGN_FILE_PATH ` environment variable (if path is URI,
139
- scheme is stripped)
141
+ 2 . All paths on the ` IGN_GAZEBO_RESOURCE_PATH ` \* environment variable (if path
142
+ is URI, scheme is stripped)
143
+
144
+ > \* The ` IGN_FILE_PATH ` environment variable also works in some scenarious, but
145
+ it's not recommended when using Ignition Gazebo.
140
146
141
147
### GUI configuration
142
148
0 commit comments