Skip to content
New issue

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

fix setting upper/lowerAlphaLimit in Viewer configuration #6062

Merged
merged 1 commit into from
Mar 15, 2019

Conversation

TrevorDev
Copy link
Contributor

#6016

This is another way to test this without config.json which i used to test this

        <babylon extends="minimal">
            <model url="https://playground.babylonjs.com/scenes/BoomBox.glb">
                <scaling x="10" y="10" z="10"></scaling>
            </model>
            <camera upper-beta-limit="2.5" lower-beta-limit="1.0" upper-alpha-limit="2.5" lower-alpha-limit="1.0">
                <behaviors>
                    <auto-rotate type="0"></auto-rotate>
                </behaviors>
            </camera>
        </babylon>

@deltakosh deltakosh merged commit 2c60233 into BabylonJS:master Mar 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants