Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ setCompressionPoint
Method
setCompressionPoint
Engine/source/core/stream/bitStream.cpp:541–544 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
539
}
540
541
void BitStream::setCompressionPoint(const Point3F& p)
542
{
543
mCompressPoint = p;
544
}
545
546
static U32 gBitCounts[4] = {
547
16, 18, 20, 32
Callers
10
writePacketData
Method · 0.80
readPacketData
Method · 0.80
writePacketData
Method · 0.80
readPacketData
Method · 0.80
writePacketData
Method · 0.80
readPacketData
Method · 0.80
readPacket
Method · 0.80
writePacket
Method · 0.80
writePacketData
Method · 0.80
readPacketData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected