MCPcopy Create free account
hub / github.com/crownengine/crown / set_range

Method set_range

src/device/graph.cpp:169–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 }
168
169 void set_range(f32 range_min, f32 range_max, bool range_auto)
170 {
171 if (range_auto) {
172 _range_dirty = _range_auto != range_auto;
173 } else {
174 _range_min = range_min;
175 _range_max = range_max;
176 }
177
178 _range_auto = range_auto;
179 }
180
181 void set_samples(u32 num_samples)
182 {

Callers 1

handle_commandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected