We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c19b1 commit 837b623Copy full SHA for 837b623
1 file changed
jme3-core/src/main/java/com/jme3/scene/control/BillboardControl.java
@@ -119,19 +119,6 @@ protected void controlUpdate(float tpf) {
119
protected void controlRender(RenderManager rm, ViewPort vp) {
120
Camera cam = vp.getCamera();
121
rotateBillboard(cam);
122
- updateRefreshFlags();
123
- }
124
-
125
- private void updateRefreshFlags() {
126
- // force transforms to update below this node
127
- spatial.updateGeometricState();
128
129
- // force world bound to update
130
- Spatial rootNode = spatial;
131
- while (rootNode.getParent() != null) {
132
- rootNode = rootNode.getParent();
133
134
- rootNode.getWorldBound();
135
}
136
137
/**
0 commit comments