public abstract class Mesh extends Object
ConditionalFeature.SCENE3D
for more information.| Modifier | Constructor and Description |
|---|---|
protected |
Mesh() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
impl_computeIntersects(PickRay pickRay,
PickResultChooser pickResult,
Node candidate,
CullFace cullFace,
boolean reportFace)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
@Deprecated protected abstract boolean impl_computeIntersects(PickRay pickRay, PickResultChooser pickResult, Node candidate, CullFace cullFace, boolean reportFace)
pickRay - The pick raypickResult - The pick result to be updated (if a closer intersection is found)candidate - The Node that owns this mesh to be filled in the pick
result in case a closer intersection is foundcullFace - The cull face of the node that owns this meshreportFace - Whether to report the hit faceCopyright © 2025. All rights reserved.