Skip to main content

Questions tagged [3d-model]

A mathematical representation of any three-dimensional surface of an object.

0 votes
1 answer
33 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 ...
dpffltk's user avatar
0 votes
0 answers
24 views

How can I change the position of 3D glb model in my website pages?

I work with Three.js, and I've added a 3D .gbl model to my website page. However, it always appears in the center of the page, and I want to change its position to wherever I choose (e.g., top-left of ...
Ayouni Amir's user avatar
0 votes
0 answers
55 views

How to clone and move 3D models along different paths

I have loaded an animated 3D model of a baby in my Three.js scene. I can update its position in my animate loop and it moves along the path I want https://youtu.be/IDRr2XatBro. But now I want to load ...
Iti Gupta's user avatar
0 votes
0 answers
30 views

How to give altitude to puck3D in mapbox

I'm currently working on a project using Mapbox, where I've implemented a 3D model puck using the Puck3D class. However, I'm facing issues how can I add altitude or elevation to the model, especially ...
programmer443's user avatar
0 votes
0 answers
24 views

Is it possible to export 3d models from an editor like blender to 2d sprite stackable files?

Basically, I am trying to figure out if I can make a 3d model in blender but then export it into like a .zip with tons of files of a top-down view that if you stacked them in a 2d editor, you would ...
Overthink'D YT's user avatar
1 vote
0 answers
32 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 ...
Maud van Lier's user avatar
0 votes
0 answers
33 views

creating a two-headed arrow in a 3D plot

I am trying to create a very simple figure where one of the arrows should be double headed and the others are not. I want to work in matplotlib. In my code I can use the 'pivot' to change the ...
Maud van Lier's user avatar
1 vote
1 answer
57 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 ...
Deep Patel's user avatar
0 votes
1 answer
48 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 ...
muhammad alkabani's user avatar
0 votes
1 answer
69 views

Problem importing a .glb file using import.meta.url in Three.js using parcel bundler

Hi I startet 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. Im using the parcel bundler and the command: npx parcel ./src/...
Anton Nagler's user avatar
0 votes
0 answers
54 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=&...
Irfan __s's user avatar
-2 votes
1 answer
62 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. ...
Victor's user avatar
  • 167
0 votes
1 answer
195 views

How to maintain threejs model pose during consecutive animations

Hi I am working on a 3d avatar model to replicate sign language poses. I have created two separate actions in blender for my avatar hampalmd & hamshouldertop. In blender it is possible to create ...
CuriousBeaver's user avatar
0 votes
0 answers
44 views

Merging obj models to a fbx model each as a different layer

Im trying to get a list of obj model paths and merge them all to a single fbx model where every obj becomes a seperate layer in the final fbx. Im using autodesk fbx sdk for python. I tried this code ...
Shake's user avatar
  • 1
0 votes
0 answers
206 views

how to display a 3d model with jetpack compose?

I want to show a 3d object in app, that you can see all sides of that with rotating in jetpack compose and I can't find a source code. Can anyone show the codes of making it please? I read something ...
Hamed Bagheri's user avatar

15 30 50 per page
1
2 3 4 5
24