Quantcast
Channel: Active questions tagged 3d-model - Stack Overflow
Browsing latest articles
Browse All 39 View Live

Convert pdf prc format file to stp

I have a 3D model in PRC format extracted from a PDF file. I would like to convert this file into STL, STP, or another compatible format, allowing me to edit the 3D model using CAD software like...

View Article



Image may be NSFW.
Clik here to view.

How to visualize 3d models and its movementable parts with three.js

I have a cad model that I want to load with three.js and interact with it.The model is a machine that can perform individual movements. Rotations around joints etc. What if i’ll try it without...

View Article

Is it possible to search for similarities in 3D files with artificial...

I am doing an artificial intelligence study on 3D cam/cad files.I give a stl file path as a parameter and the path to a folder with multiple stl files in it, and I look for similar stl files in the stl...

View Article

Is three.js gives direct support for usdz format?

I want to 3d model to show in my react.js website but I am getting the file format as usdz, does three.js gives the support for the other format too.I tried using three-usdz-loader npm module and other...

View Article

Importing a model into Unity with Textures (Textures do not load)

I am trying to import a model into unity and the model imports but without any textures.I tried putting a texture folder next to it but it doesn't work, I tried various ways of putting the textures but...

View Article


Face Image Rotation using camera matrix and 3D morphable model?

community, I am trying this code for 3D face reconstruction. How can I generate front output faces in the test step? is this related to the camera_matrix or the 3DMM model? I mean I want to fix the...

View Article

How to load USDZ Models with animations and textures using ThreeJS

I am building a web-based 3D viewer. It is working perfectly for other file types (.fbx, .glb, .obj, ...)It gets complicated when I want to load .usdz files.To do that I am using...

View Article

3d module pose animates to another

I'm trying to do an animation of a 3D Model walking towards the user whilst in pose 'Baby--Charge' however at the end of the position animation I want the 3D models pose to change to the...

View Article


I can't load a 3D Model into my Playgrounds project in Xcode

I'm doing a SceneKit project using Playgrounds in Xcode. However, when I try to load my field model into the scene, it never appears. I did some debugging and I think my function is not being able to...

View Article


TypeError: Cannot read properties of undefined (reading 'updateWorldMatrix')

I am not very skilled in ThreeJS.I am trying to create bounding box to wrap a 3D model. The model is loaded well because I can see it on the sceneconst loader = new GLTFLoader();loader.load(...

View Article

in visual studio 2017 was use a model i made but i get the error...

To be specific, the program I was doing for a class and I was trying to replace a model of a teacup with a model I made in Lightwave Modeler (going to be a pyramid, but the teacher said if it doesn't...

View Article

How to show 3d model in android java

I want to show .gltf 3d models of all planets in android using java. I don't want to use camera, there will be image of space in the background and planet's 3d model will be on top of that. I also want...

View Article

FBX 3D Model Importer app crashed with OVR Integration

GOALI imported package and OVR Integration package.I want to show model from web url and show 3d model in Oculus.ISSUEApp crashed and quit when model appear after model loading done.Model Loader...

View Article


How to load fbx file with animation in wpf project

Title: Trouble Animating FBX File in WPFExplanation: I'm encountering difficulties animating an FBX file within a WPF (Windows Presentation Foundation) application. Despite trying various libraries...

View Article

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...

View Article


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...

View Article

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...

View Article


Lights Not Producing Expected Effects on 3D Model in Three.js

I'm currently working on a 3D scene using Three.js, where I've incorporated a 3D model using the @react-three/fiber and @react-three/drei libraries. The model renders correctly, but I'm encountering...

View Article

Image may be NSFW.
Clik here to view.

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.With...

View Article

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="bearModel"...

View Article

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

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...

View Article


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 selecting...

View Article


Image may be NSFW.
Clik here to view.

How to your load 3D Model (.obj) in Open3D?

I have a 3D Model (.obj) texture that loads correctly in other software: But with Open3D the texture is all messaged up:Here is the code I'm using:import open3d as o3ddef visualize(mesh): vis =...

View Article

Looking for glTF to 3D Tiles open-source converter

I'm new to 3D geometry and WebRendering of 3d objects.So, I came across a glTF to 3d Tile converter which seems to be taking up a lot of space post conversion. I don't exactly understand the reason for...

View Article

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...

View Article


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 direction...

View Article

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 head...

View Article

Is it possible to export 3d models from an editor like blender to 2d sprite...

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 see...

View Article

3D model on openstreetmap/leaflet JS

Is there a method to overly 3D model (e.g. 3d buildings) on openstreetmaps or leaflet maps for free?if there is, please provide tutorial/code/help.Thank youI tried overlay 3d model both .obj and .gltm...

View Article



Detection and measurement of circles in a 3D model

we have 3D scanned models of pipe parts. We want to measure inner diameter, outer diameter, wall thickness and ovality of pipe mouths. Can I develop a software to make this operation automatically and...

View Article
Browsing latest articles
Browse All 39 View Live




Latest Images