[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Java3Djp:00432] live時のgetParent()について
--------------------------------------------------------------
風船が運んでくれる、私の想い・・・バルーンギフト
→ http://www.karatsu.or.jp/advance/balloon.htm
『DNSの利用者が10万人を突破しました!』
『これからも広告をご活用下さい!』
--------------------------------------------------------------
つきやまです。
こんにちは。
NodeクラスのgetParent()メソッドなのですが、
public final Node getParent()
Retrieves the parent of this Node.
This method is only valid during the construction of the scene graph.
Returns:
the parent of this node, or null if this node has no parent
Throws:
RestrictedAccessException - if this object is part of live or compiled scene
graph
とありまして、live状態では実行できそうにありません。
Shape3DをPickして、その親であるTransformGroupの
情報が欲しいのですが良い方法はあるでしょうか。
現在はルートのBranchGroupを detach で対応しています。
よろしくお願いします。
Mitsuru Tsukiyama