Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ openstudioFaceFormatId
Function
openstudioFaceFormatId
src/utilities/geometry/ThreeJS.cpp:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
namespace openstudio {
20
21
unsigned openstudioFaceFormatId() {
22
return 1024;
23
}
24
25
unsigned toThreeColor(unsigned r, unsigned g, unsigned b) {
26
return 65536 * r + 256 * g + b;
Callers
3
makeGeometries
Function · 0.85
getFaces
Method · 0.85
makeGeometries
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected