335 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
88
views
How do I import spline scene with animations and interactions to my React website using React Three Fiber (R3F)?
I have this script that I have written in react-three-fibre, as my overall website is in Three.js:
import useSpline from '@splinetool/r3f-spline';
import { OrthographicCamera } from '@react-three/drei'...
0
votes
0
answers
13
views
Xcode BodyTrackingAR with custom 3D Model
I am following the link
https://developer.apple.com/documentation/arkit/rigging-a-model-for-motion-capture
and download the sample code
The Xcode would using the .usdz file for the 3D character, We ...
0
votes
0
answers
38
views
How to directly open AR viewer in iOS without redirecting through Chrome in React Native?
In my React Native app, the onViewAr button redirects to the AR viewer as expected on Android. However, on iOS, it first opens Chrome before redirecting to the AR viewer.
How can I ensure that the AR ...
1
vote
0
answers
86
views
How to Load a 3D .glb Model in Flutter and Detect User Taps on Specific Areas?
I am loading a 3D .glb model in my Flutter app using the following dependencies:
three_dart: ^0.0.16
flutter_inappwebview: ^6.1.5
webview_flutter: ^4.10.0
http_server: ^1.0.0
The model loads ...
1
vote
0
answers
37
views
How to create multiple different irregular cube 3D models in AnyLogic?
It seems that AnyLogic can only create 3D models similar to walls. I want to create irregular 3D cubic entities, which are a set of cubes cut from an irregular body. The cubes have varying heights, ...
2
votes
1
answer
383
views
How to Use FBX Models with three.js
I'm studying computer graphics with WebGL and want to utilize Three.js to draw FBX models. I have succeeded in loading the FBX models that are shared for free, but I don't know how to add textures and ...
1
vote
1
answer
50
views
Collider that appears on its own
Sometimes there is a capsule collider that shows itself, even though I haven't added the capsule collider and there is no collider in the inspect view. I try to lower the model, but it keeps rising. ...
-2
votes
1
answer
38
views
How do you generate roof geometry from a simple polygon where each edge has a defined slope?
Given:
A) a list of points defining a simple (possibly concave) polygon on a 2D plane
B) a list of slopes in the range [0, ∞), where each slope corresponds to a segment defined in (A)
*a "...
-1
votes
1
answer
106
views
Converting 3ds/obj/fbx 3d model to glb
Im trying to implement a 3d baseball stadium model to my next.js project using three.js/r3f.
The problem is that the model i need only supports fbx, 3ds, obj format, and as far as i know, to implement ...
1
vote
0
answers
56
views
Changing arrowhead style of 2 of the six vectors in a 3D plot
I would like to lay emphasis on the fact that two of the vectors pointing towards one specific point (environment) are different from the other vectors. I thought of doing so by changing the arrow ...
1
vote
1
answer
210
views
Shadows not casted/received with HDR environment texture in Three js
I am new to three js and I’ve been working on a project where I want to cast a shadow of the import 3D model which is download from this link also download the HDR file from the link free pack.
As per ...
0
votes
1
answer
86
views
Create and customize T-shirt using SceneKit
I have an iOS App for clothes shops. and I want to render a 3D model for a t-shirt.
I will use Scenekit to render this 3D model.
Now I want to let the user (customer) customize this T-shirt by ...
0
votes
1
answer
223
views
Problem importing a .glb file using import.meta.url in Three.js using parcel bundler
I started to make a little Game for me and my Friends with Three.js. I watched many tutorials on how to import .gltf and .glb files. I'm using the parcel bundler and the command: npx parcel ./src/...
0
votes
0
answers
126
views
how to add 2d video instead of 3d model in mind-ar by using its scripts?
I just started using mind-ar opensource project on git hubtext this one has the JS version. and I cant replace the 3d model, here is the snippet
<a-assets>
<a-asset-item id=&...
-1
votes
1
answer
261
views
How to visualize data from a 6-axis gyroscope using a 3D model in WPF?
I have a PS4 game controller, and I can now read data from it using HID, including 6 axes as shown in the image below.
Three axes represent acceleration, and the other three represent angular rate.
...