We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<scene>
MinimalScene
<ambient_light>
<?xml version="1.0" ?> <sdf version="1.9"> <world name="default"> <scene> <ambient>1 1 1 1</ambient> </scene> <gui> <plugin filename="MinimalScene" name="3D View"> <engine>ogre</engine> <scene>scene</scene> <ambient_light>1 1 1 1</ambient_light> <camera_pose>-6 0 6 0 0.5 0</camera_pose> </plugin> <plugin filename="GzSceneManager" name="Scene Manager"/> <plugin filename="InteractiveViewControl" name="Interactive view control"/> </gui> <model name="test_gradient"> <link name="base"> <visual name="v1"> <geometry> <box> <size>2 2 2</size> </box> </geometry> <material> <diffuse>1 1 1 1</diffuse> </material> </visual> </link> </model> </world> </sdf>
<ambient>
This is what it looks like locally.
Running it with ogre2 shows:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Description
<scene>
tag or inMinimalScene
's<ambient_light>
seems to have no effect.Steps to reproduce
<ambient>
or<ambient_light>
and run again to see any change.Output
This is what it looks like locally.
Running it with ogre2 shows:
The text was updated successfully, but these errors were encountered: