MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / setCompressionPoint

Method setCompressionPoint

Engine/source/core/stream/bitStream.cpp:598–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596}
597
598void BitStream::setCompressionPoint(const Point3F& p)
599{
600 mCompressPoint = p;
601}
602
603static U32 gBitCounts[4] = {
604 16, 18, 20, 32

Callers 12

writePacketDataMethod · 0.80
readPacketDataMethod · 0.80
writePacketDataMethod · 0.80
readPacketDataMethod · 0.80
writePacketDataMethod · 0.80
readPacketDataMethod · 0.80
writePacketDataMethod · 0.80
readPacketDataMethod · 0.80
readPacketMethod · 0.80
writePacketMethod · 0.80
writePacketDataMethod · 0.80
readPacketDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected