|
@@ -138,6 +138,15 @@
|
|
The global transform of the object. If the Object3d has no parent, then it's identical to the local transform.
|
|
The global transform of the object. If the Object3d has no parent, then it's identical to the local transform.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
+ <h3>[property:function onBeforeRender]</h3>
|
|
|
|
+ <div>
|
|
|
|
+ An optional callback that is executed immediately before the Object3D is rendered. This function is called with the following parameters: renderer, scene, camera, geometry, material, group.
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <h3>[property:function onAfterRender]</h3>
|
|
|
|
+ <div>
|
|
|
|
+ An optional callback that is executed immediately after the Object3D is rendered. This function is called with the following parameters: renderer, scene, camera, geometry, material, group.
|
|
|
|
+ </div>
|
|
|
|
|
|
<h2>Methods</h2>
|
|
<h2>Methods</h2>
|
|
|
|
|