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

Screen shots along other axes? #5

Open
evertdeman opened this issue May 24, 2016 · 2 comments
Open

Screen shots along other axes? #5

evertdeman opened this issue May 24, 2016 · 2 comments

Comments

@evertdeman
Copy link

Is there any way I can make automatic screen shots of the objects along another axis? Meaning the viewer would circle the object in a vertical plane.

@Xingyu-Lin
Copy link

Same problem. Especially if this can be done automatically?

@baudm
Copy link

baudm commented Feb 3, 2018

I don't think what you want is possible without changing the code. We needed to render images from random viewpoints, and we managed to do that by modifying the code. It's actually quite easy once you find the relevant parts. Take a look at this for reference:
baudm@bfa3cba

You need to modify CameraPositionOptimizer.scala. The method you want is positionToView(). You can easily pass the azimuth, elevation, and scale that you want.

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

3 participants