Querying Google Earth max texture size

The maximum image size (per side) that Google Earth can display can be found through its Help menu. It's a function of one's graphics card.
I'd like to somehow query that value so that I don't create Google Earth image overlays that are too large. Is there any way to do this?

답변 (1개)

Stephen Jue
Stephen Jue 2016년 8월 31일

0 개 추천

The maximum texture size of your graphics card can be queried in MATLAB by using the opengl function, like so:
>> d = opengl('data')
>> d.MaxTextureSize
ans =
16384

카테고리

도움말 센터File Exchange에서 Google Earth에 대해 자세히 알아보기

태그

질문:

2016년 8월 24일

답변:

2016년 8월 31일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by