I created a ticket.
thanks for your answer!
M
Maximilian
@Maximilian
0
Reputation
6
Posts
294
Profile views
0
Followers
0
Following
Posts made by Maximilian
-
Adapt Rendering Settings
Hi,
I would like to adapt some rendering settings (eg. the fog near and far distance) via code.
Since I did not find anything about that in the documentation I wanted to ask, if this is even possible and if so how?br, Max
-
RE: Get Children of Node
yes you are right both ways work fine.
I had a bug I was unaware of in a different position.thx!
-
Get Children of Node
Hi,
Is there a way to get for example all Residues of a given Chain?
I tried it like this:SAMSON::getActiveDocument()->getNodes(indexer, SBNode::IsType(SBNode::Residue) && SBNode::GetParent()==parent);
parent beeing a SBNode* representing the given Chain, but this writes nothing into my indexer.
br,
Max -
Logging
Hi,
I'm trying to use to log macros like this
SB_INFORMATION("Test Log");
but I can't figure out where the log is actually saved.
thx