문제

rgl.cur() returns the current rgl device number and rgl.set() allows to set a device as the active one. I cannot find an rgl function that returns all opened devices like dev.list() for standard graphic devices. Is there a function I missed to get an overview of the all opened rgl devices?

도움이 되었습니까?

해결책

The function rgl.dev.list() returns all device IDs of opened rgl devices. Is this what you're after?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top