MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXNTC / MouseScrollUpdate

Method MouseScrollUpdate

tools/explorer/ModelView.cpp:442–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442bool ModelView::MouseScrollUpdate(double xoffset, double yoffset)
443{
444 m_camera->MouseScrollUpdate(xoffset, yoffset);
445 return true;
446}
447
448void ModelView::SetTexture(nvrhi::ITexture* texture, bool isSRGB, int slot, bool right)
449{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected