GongShu
GongShu
When I used the raycaster in threejs to get coordinates of some points on 3dtitles-model's surface . But sometimes coordinates witch I got was not on the surface . It...
Hi~! @andyward I want to hide the instances in the window of DrawingControl3D . I made the following attempt: First I add the DrawingControl's EntitySelections to the HiddenInstances . Then...
I want Clip the model,Here is what I tried ``` const clipPlanes = [ new THREE.Plane(new THREE.Vector3(1, 0, 0), -50), new THREE.Plane(new THREE.Vector3(-1, 0, 0), -50), new THREE.Plane(new THREE.Vector3(0, 0,...
when I used the version1.1.17, the loadoptions had a parameter-geoTransform. I set this parameter to 1, my tileset model can be in 0,0,0. but now I use the version1.2.3 the...
#### Expected behavior: When I used the InteractiveClippingPlane,I want to achieve the following effect.  it's incision is solid. #### Actual behavior or exception details: But InteractiveClippingPlane's defualt incision effect...