MCPcopy Create free account
hub / github.com/assaultcube/AC / idxs

Method idxs

source/src/vertmodel.h:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 vec dir;
108
109 ushort *idxs() { return (ushort *)getdata(); }
110 int numidxs() { return int((size - sizeof(shadowcacheentry)) / sizeof(ushort)); }
111 };
112

Callers 2

genshadowvolumeMethod · 0.80
renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected