A mathematical representation of any three-dimensional surface of an object.
Questions tagged [3d-model]
344 questions
2
votes
2 answers
RedPitaya case or housing options?
The RedPitaya is a great looking instrument, but I'm afraid that I'll kill my new (expensive) device by stray voltage or ESD off my bench, within a few days.
Is it planned to make an optional "professional" case or similar to protect it?
Has anyone…

feilipu
- 146
- 5
2
votes
0 answers
JSON 3D model textures are not shown
I have been able to load and render 3D models along corresponding textures from 3D model files with OBJ format using three.js API. I wanted to try loading models with JSON (.js) format. So I download a 3D model (this mill) and converted it to JSON…

Farzad
- 3,288
- 2
- 29
- 53
2
votes
1 answer
To convert 3d model from obj,3ds to .ac file format
I am having a 3d model of a car in .3ds format.I want to convert .3ds/.obj files into .ac format. Is there any tool to do this?

slaveCoder
- 519
- 2
- 17
- 46
2
votes
1 answer
Importing a 3d model and displaying it in a swing component
I want to import a 3d model (preferably a wavefront obj file) and then be able to display that model in a swing component. From there I want to be able to move (translate) the model based on live input data.
Any suggestions on how this could be…

Will Hardwick-Smith
- 969
- 3
- 13
- 24
2
votes
0 answers
Translate 3D model to SVG programatically from various points of view
Is there any way to programmatically, preferably in .NET, translate any common type of 3D models to SVGs for a given set of points-of-views (and lighting conditions)?
I found these related questions:
how-to-convert-3d-models-to-svg-line-art -…

Danny Varod
- 17,324
- 5
- 69
- 111
2
votes
1 answer
Python pygame import 3d
I want to ask if it is possible to import 3d-models made by Blender into pygame application-> yes, it is! I found an .obj file laoder: link
But now my Question is, i want to make a game like Diablo 3 or WoW with a large map. Should i make a map at…

Tekkzz
- 630
- 7
- 25
2
votes
2 answers
WebGL importing models using the OBJMTLoader in three.js fails
I am having some problems trying to import the following model into WebGL using three.js:
http://tf3dm.com/3d-model/vanille-99084.html
I've converted the obj file to JSON using the converter that comes with three.js and the model works fine when…

Petar Vasilev
- 4,281
- 5
- 40
- 74
1
vote
3 answers
Store a "routine" which, given some input, generates a 3d model
Well, it's the time of the year were I get busy on my next-generation, cutting edge, R&D project (just for the fun of it...and maybe some profit eventually).
This time, I've had a great idea for a service, which unfortunately I can't detail…

Christian
- 27,509
- 17
- 111
- 155
1
vote
1 answer
View and interact a 3d model in iPad application
i wanna ask you about how to display a 3d model exported from blender/3d max/maya and interact with it on iPad app.
I wanna load a 3d human head into my UISplitViewController Detail View
the head will be rotated, and when i came over the noise for…

Scar
- 3,460
- 3
- 26
- 51
1
vote
0 answers
How to render 3d model (GLB or STL format) from server in angular?
In my project , The admin can upload 3D models of products in glb or stl format to the Firebase FireStorage. I want them to render in my project using the link to the file that I get from the Firebase FireStorage.
I'm using angular-stl-model-viewer…

Malik Zain
- 11
- 4
1
vote
1 answer
Is it possible to restrict "pinch and zoom" in echo3D webAR experience?
I'm using echo3D to showcase 3D models for a client but I am wondering if/how it's possible to limit how viewers interact with the WebAR experience? Can I turn off “pinch and zoom” and restrict movement, they just open the model and that’s that. I…

Jenny Cross
- 13
- 3
1
vote
0 answers
Visualization of TriangleMeshModel in Open3D
I have been trying to visualize 3D models in Open3D-Python by using the following code:
import open3d as o3d
model = o3d.io.read_triangle_model("nk1.glb")
o3d.visualization.draw_geometries([model])
The problem is that…

SHASHANK N
- 47
- 5
1
vote
1 answer
How to render .obj file when using react-three-fiber expo-three etc in an expo managed project?
Ok so i was following this tutorial
Now the app is working fine but the issue is arising whn i tried to display it inside the View component.
Here is the code that returns the ShoeModel
import { Canvas, useLoader } from…

Raja Uzair Zia
- 11
- 3
1
vote
1 answer
How setFromSphericalCoords in Three.js works?
I am creating a Three.js App. It is a 3D ISS Visualizer, and I am using this API to get the latitude, longitude and altitude of the ISS. My problem is that I want to rotate the ISS model around my Earth model. But the problem is that I don't know…

Alin-Alexandru Peter
- 151
- 1
- 10
1
vote
1 answer
Place a point upon coordinates on a 3D object model in Three.js
I am building a Three.js App (React Template, if it's important). I have this 3D object model that should act like the Planet Earth in app. And I've got this space station model. I wanna rotate the station around the world by giving some specific…

Alin-Alexandru Peter
- 151
- 1
- 10