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

Method isBillboard

Engine/source/ts/loader/appNode.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68bool AppNode::isBillboard()
69{
70 return !dStrnicmp(getName(),"BB::",4) || !dStrnicmp(getName(),"BB_",3) || isBillboardZAxis();
71}
72
73bool AppNode::isBillboardZAxis()
74{

Callers 2

recurseSubshapeMethod · 0.45
generateObjectsMethod · 0.45

Calls 2

dStrnicmpFunction · 0.85
getNameFunction · 0.50

Tested by

no test coverage detected