Questions tagged [3d-modelling]

In 3D computer graphics, 3D modeling (also known as meshing) is the process of developing a mathematical representation of any three-dimensional surface of object (either inanimate or living) via specialized software. The product is called a 3D model.

In 3D computer graphics, 3D modeling (also known as meshing) is the process of developing a mathematical representation of any three-dimensional surface of object (either inanimate or living) via specialized software. The product is called a 3D model.

3D models can be displayed as a 2D image using a process called rendering. 3D models are used in Games, CAD/designing applications, game engines, and in some drawing applications. They are also used in 3d simulations and visualizations.

339 questions
2
votes
0 answers

Is there any way to model fluids in a threejs? Is it possible to make an animation showing falling/flowing water?

I have to model pouring water from one beaker to another. Is it doable or has anyone done it yet in three.js? Please share any insights about dealing with water in animations.
Prateek
  • 21
  • 1
  • 3
2
votes
1 answer

Collada (*.dae) file structure and Pycollada

I am trying to understand the structure of a collada file. Specifically I am using the library pycollada (https://github.com/pycollada/pycollada). I have 2 questions. Question 1: Having a look to the tutorial to create a file from scratch…
user3555654
  • 85
  • 3
  • 8
2
votes
1 answer

Mesh data structure used in popular 3D software

Anyone knows what kind of mesh representation data structures (half-edge, quad-edge, winged-edge etc) popular software like Lightwave 3D, Maya, Softimage, 3D studio and others use?
Dan G
  • 429
  • 4
  • 12
2
votes
1 answer

Creating a 3D Character Model with Procedural Generation

I'm slowly introducing myself into some procedural generation techniques. However, instead of generating a map or level in a video game, I want to learn how to create procedural character models. I guess something that would be akin to this would be…
2
votes
1 answer

Is there a way to manipulate an STL's data points in Python? (Medical application)

Newbie programmer trying to apply programming to medical research. I'm conducting a biomechanical simulation using Python and STL (3D format) files made from patients' CT scans. I'm trying to rotate one bone region about an arbitrary axis to…
2
votes
2 answers

Structure from motion from multiple views

I'm using OpenCV to extract 3D model from multiple views (images). I got to a stage where the inputs are two images and the results are 3D points that reconstruct the 3D model. I want to combine more than two images for a full reconstruction from…
brvm
  • 23
  • 3
2
votes
2 answers

C++ Collision using Obj Models

I'm experimenting with OpenGL 3.2+ and have starting loading Obj files/models in 3D and trying to interact with them. (following tutorials from sources like this site) I was wondering what the easiest way (if it's possible) to set up collision…
Reanimation
  • 3,151
  • 10
  • 50
  • 88
2
votes
1 answer

How can I create a UV map of my arm?

I want to design a custom sleeve tattoo based on the actual dimensions of my arm. Any suggestions on the best way to go about this? I am a bit of a 3D noob but my idea was to scan my arm with a kinect, create a mesh, and create a UV map from the…
Justin
  • 300
  • 3
  • 11
2
votes
1 answer

In SketchUp how do I create a solid half sphere/dome? I keep getting a hole in the top

I'm not sure if SO is the best site for this question, but I saw some other sketch-up tags... I've found a bunch of tutorials that show how to draw a sphere. Here's one for example. However, whenever I try it I get a half sphere with a hole in the…
robertwbradford
  • 6,181
  • 9
  • 36
  • 61
2
votes
1 answer

Best way to model a two-sided playing card?

What is the best way to model a two-sided playing card in Blender 3D which is both performant and flexible? Each side of the card must have its own distinct texture, it should have some level of thickness (which I believe rules out a Plane), should…
RobertJoseph
  • 7,968
  • 12
  • 68
  • 113
1
vote
1 answer

XNA - 3D game - Apply a light to all models

I want to make an XNA game with 3D graphics, and one thing has me wondering. Say I have 10 Models in my scene, and I want to draw them all with the same light source, like a directional light. Now I understand that Models have Effects, and Effects…
Kendall Frey
  • 43,130
  • 20
  • 110
  • 148
1
vote
1 answer

Recommend a library for testing the 'closedness' of '.stl' geometries?

Some clarification is necessary, I am not referring to the Standard Template Library. I am referring to the '.stl file format'. < my eventual goal > A little background, my end goal is to use the Kinect and 'point cloud' type scanning to create .stl…
g19fanatic
  • 10,567
  • 6
  • 33
  • 63
1
vote
2 answers

How to create 3D rotation effect in Android OpenGL?

I am currently working on a 3D model viewer for Android using OpenGL-ES. I want to create a rotation effect according to the gesture given. I know how to do single-axis rotation, such as rotate solely on the x-, y- or z-axis. However, my problem is…
drum
  • 5,416
  • 7
  • 57
  • 91
1
vote
1 answer

Three.JS 3D Model Added but it's not visible

I'm trying to add a 3D Model to my website. I'm using three.js. I tried all I could but I can not make the 3d model visible. In the network tab in developer tools I can see that MTL and OBJ files are loaded but the page is just blank. I tried with 3…
beilavi
  • 27
  • 3
1
vote
0 answers

Blender to Xcode through baking textures

We are facing an issue where our Blender model looks significantly different when converted from .dae to .scn format for use in Xcode. We have followed the necessary steps for texture baking and file conversion, but the visual disparity persists. We…
Tario You
  • 347
  • 2
  • 7