Closed dmcairns closed 4 years ago
Does it open an rgl window? Are you running this locally on RStudio desktop, or RStudio server?
Your response gave me the clue that I needed to move forward with this. If I open XQuartz before starting RStudio, and open an rgl window with rgl.open() everything works fine. The rgl window is outside of the RStudio (desktop) environment that I am used to using. I still can’t get anything but the Monterrey Bay data to display in the Plots pane of the RStudio interface. Any thoughts on how to get that to show up in the RStudio Plots pane?
Thanks for your help!
Dave Cairns
On Jul 14, 2019, at 5:20 PM, tylermorganwall notifications@github.com wrote:
Does it open an rgl window? Are you running this locally on RStudio desktop, or RStudio server?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_tylermorganwall_rayshader_issues_60-3Femail-5Fsource-3Dnotifications-26email-5Ftoken-3DAMO5BYLOGXWIJTTRVPZGZ3TP7M723A5CNFSM4IASTYQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZ4HO5Y-23issuecomment-2D511211383&d=DwMCaQ&c=u6LDEWzohnDQ01ySGnxMzg&r=gqMQ-5LYHzGxEfwZbnrVDQ&m=HrHPRYjvUXB1PVddpnKrNyS0h_IT9XKJYL_m9SKCFvs&s=8kgtJ4W3Fwng7x6wIapw_Dmio93vqG7J-YrSmk-SPnI&e=, or mute the thread https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AMO5BYNEIVFDKCCE5VG53OTP7M723ANCNFSM4IASTYQQ&d=DwMCaQ&c=u6LDEWzohnDQ01ySGnxMzg&r=gqMQ-5LYHzGxEfwZbnrVDQ&m=HrHPRYjvUXB1PVddpnKrNyS0h_IT9XKJYL_m9SKCFvs&s=T8qhWJRApj83hZ6RZD3U_rF5gpAYoxuJVnQ6HJiUAJU&e=.
There isn’t anything special about the Monterey Bay data—it’s simply a matrix. What happens when you replace montereybay
with volcano
in the examples?
I am new to using rayshader, and I am having trouble getting any example except the Monterey bay example to render at all. For example, the following code does not render the 3d plot:
The following code, however, does render the 3D image in RStudio.
I am using RStudio 1.1.456 running on Mohave.
My sessionInfo is:
Any help with this will be appreciated. Thanks!