A mathematical representation of any three-dimensional surface of an object.
Questions tagged [3d-model]
344 questions
45
votes
6 answers
3D reconstruction -- How to create 3D model from 2D image?
If I take a picture with a camera, so I know the distance from the camera to the object, such as a scale model of a house, I would like to turn this into a 3D model that I can maneuver around so I can comment on different parts of the house.
If I…

James Black
- 41,583
- 10
- 86
- 166
25
votes
8 answers
How to create a USDZ file?
I tried to look at the main documentation at http://graphics.pixar.com/usd/docs/index.html and http://graphics.pixar.com/usd/docs/Usdz-File-Format-Specification.html but could not find the details to create a usdz file.
I can get some sample USD…

Suren Konathala
- 3,497
- 5
- 43
- 73
23
votes
1 answer
Raw floating point encoding
Update
The original question is no longer the appropriate question for this problem, so I'm going to leave this alone to demonstrate what I tried/learned and for the background. It's clear that this is not just a "Base64 variation" and is a bit more…

patmo141
- 321
- 1
- 3
- 12
10
votes
2 answers
Is it possible to create Blender file (.blend) programmatically with Python?
I know Python is the standard scripting language for use inside Blender, but I didn't find a way to create a .blend file with python.
What I want to do is not to use python inside blender, but rather "use blender (libs?) inside python".
My planned…

heltonbiker
- 26,657
- 28
- 137
- 252
7
votes
0 answers
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 o3d
def visualize(mesh):
vis = o3d.visualization.Visualizer()
…

nickponline
- 25,354
- 32
- 99
- 167
7
votes
3 answers
ARKit - How to set manipulator position with center of the node in SceneKit editor
I have downloaded two different 3D models from Sketchfab. i imported both model in ARKit 3D object placing. While placing the 3D models the node is not properly aligning with the manipulator for one of the models..
i have attached screenshot.
…

Raj
- 485
- 9
- 18
6
votes
2 answers
How to import 3D models dynamically in a WPF Application
I have been searching this for quite sometime but could not find an appropriate method. How to import 3D models in a WPF application at runtime when user selects a model. It can be built in any one of the popular 3D modelling software, 3DS max,…

SpeedBirdNine
- 4,610
- 11
- 49
- 67
6
votes
2 answers
How can I update a GLB/GLTF 3D model texture in Python
I want to load a GLB model in Python, replace the existing texture with another texture image and save it.
So far I can load, modify and export the model. Also, I found a way to append a local image to the model.
But I'm not sure how to find and…

Tom
- 326
- 2
- 17
6
votes
0 answers
THREE.js Whats the best way to add lighting from blender exported gltf
I would like to find the best way to add lights from a blender scene into a THREE.js project. I can not find an explanation of how to import the lighting from blender to THREE.js anywhere. You are expected to already have lighting in your THREE.js…

David Clews
- 795
- 6
- 14
6
votes
1 answer
Angular 7 3D model viewer
Is there a way to make a 3D model viewer in Angular 7. I have been using the model-viewer, web component, so far in JS and it is working great. How can I achieve the same functionality and viewer in Angular 7 application.

Nicky Prusty
- 108
- 1
- 5
6
votes
2 answers
PLY file specifications with texture coordinates
I need to read PLY files (Stanford Triangle Format) with embedded texture for some purpose. I saw several specification of PLY files, but could not find a single source specifying the syntax for texture mapping. There seems to be so many libraries…

krips89
- 1,683
- 4
- 17
- 32
5
votes
1 answer
App crashing when using multiple 3d objects in react-native-gl-model-view
I want to use 2 '3d object models' from react-native-gl-model-view simultaneously on one screen. When I use a single 3d object it works fine but as soon as I use two or more than two, every 3d object model starts flickering, and after a couple of…

Akshay Pagare
- 176
- 2
- 9
4
votes
2 answers
MalformedURLException: unknown protocol: android
I was trying to adapt the code from this: 3D-model-viewer to my app because I want to insert some models from that kind to show human anatomy.
Everything seems fine, I first cloned and tried the original repository, it worked, so I started using…

SistemasIntegrales
- 89
- 1
- 11
4
votes
2 answers
Blank screen when rendering a 3d .g3db model [libgdx]
I've been trying to display a model on my screen (a simple UVSphere from Blender). I first exported it to .fbx format and then transformed to .g3db format with gdx-conv-win32.exe. I have this code so far, but all it shows me is a blank black…

Vellyxenya
- 79
- 8
4
votes
1 answer
jMonkeyEngine OBJ file does not appear as expected
My Artist created a 3d shoe model as FBX in 3d studio Max . which looks as the following image.
i use jMonkeyEngine in my Program, and it does not support FBX file so i export FBX to wavefront OBJ file , the 3d studio max also gives me the…

Mihir
- 2,480
- 7
- 38
- 57