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

page down key wraps to last viewpoint from first, page up doesn't wrap from first to last. #27

Closed
splace opened this issue Aug 31, 2018 · 2 comments

Comments

@splace
Copy link

splace commented Aug 31, 2018

No description provided.

@create3000
Copy link
Owner

create3000 commented Sep 4, 2018

Cannot reproduce this behaviour. If I test the following minimal example everything works as expected.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.3//EN" "http://www.web3d.org/specifications/x3d-3.3.dtd">
<X3D profile='Full' version='3.3' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='http://www.web3d.org/specifications/x3d-3.3.xsd'>
  <Scene>
    <Viewpoint DEF='_15'
        description='First'/>
    <Viewpoint DEF='_16'
        description='Second'/>
    <Viewpoint DEF='_17'
        description='Third'/>
  </Scene>
</X3D>

Maybe your test world is some kind of special, can you provide a test case that does not work?

@splace
Copy link
Author

splace commented Sep 4, 2018

also cannot now reproduce.

unfortunately i had overwritten setup and cannot remember which file version/engine version.

closing until/if reproducible.

@splace splace closed this as completed Sep 4, 2018
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

No branches or pull requests

2 participants