问题
Seems like something changed in Forge's library as suddenly viewer.impl.disableRollover(true);
has stopped working.
Would anyone kindly confirm or deny this?
回答1:
Try that:
viewer.disableHighlight(true)
Keep in mind that every method under viewer.impl.
is NOT part of the public API and is subject to change from one version to another.
来源:https://stackoverflow.com/questions/47060059/viewer-impl-disablerollovertrue-not-working