Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ drawQuakes
Method
drawQuakes
samples/Earthquake/src/Earth.cpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
void Earth::drawQuakes()
104
{
105
mQuake->drawInstanced( mNumQuakes );
106
}
107
108
void Earth::drawQuakeLabelsOnSphere( const vec3 &eyeNormal, const float eyeDist )
109
{
Callers
1
draw
Method · 0.80
Calls
1
drawInstanced
Method · 0.80
Tested by
no test coverage detected