Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
598
void BitStream::setCompressionPoint(const Point3F& p)
599
{
600
mCompressPoint = p;
601
}
602
603
static U32 gBitCounts[4] = {
604
16, 18, 20, 32
Callers
12
writePacketData
Method · 0.80
readPacketData
Method · 0.80
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