See also: Clara.io [0], Onshape [1], Lagoa (bought a few years ago by Autodesk) [2] I must confess I struggle to see the long-term market for these services - I was working on a startup in the field for a while, and eventually decided it wasn't worth continuing. The only thing these services really offer above desktop equivalents (which Autodesk totally dominate) is the collaboration (like Google Docs for 3D). But do…
3D Modelling in a Browser
71–78 of 78 posts
Re: 3D Modelling in a Browser
#72Dimensions? Master model? Assemblies? Or is this only for pretty pictures?
It claims to be for modeling not CAD. Think Blender not Solidworks. So ultimately yes, it's for pretty pictures.
Re: 3D Modelling in a Browser
#73I am a Mechanical Engineer and we use SolidWorks for CAD. I was surprised to find there exists no 3D modeling software (Nurbs / Polygonal based) that I can model using accurate dimensions. 3DSMax, Maya, Modo, C4D, Blender, Houdini, you name it. I understand that they’re not doing parametric modeling such as SolidWorks, Inventor, etc. but there has to be a way to merge both modeling paradigms. I was honestly shocked a…
> Everything is done by “eye” in the visualization industry. Im not sure if we tried the same version of blender... Its pretty easy and even intuitive to enter numerical values for dimension, rotation etc.
Rhino 3D is kind of ok as a nurbs modeler and has some dimensioning stuff.
Re: 3D Modelling in a Browser
#74I am a Mechanical Engineer and we use SolidWorks for CAD. I was surprised to find there exists no 3D modeling software (Nurbs / Polygonal based) that I can model using accurate dimensions. 3DSMax, Maya, Modo, C4D, Blender, Houdini, you name it. I understand that they’re not doing parametric modeling such as SolidWorks, Inventor, etc. but there has to be a way to merge both modeling paradigms. I was honestly shocked a…
In blender at least you can specify the size of any primitive, measure the length of any edge, measure between any two points, move a vertice, object, or face by a specified amount etc. so this is just not true for blender at least. You can also annotate any dimension easily with a dynamically updating annotation. What you can't do easily (unless you're prepared to do some serious python scripting) is parametric / co…
I think it’s the culture and people involved in 3D modeling that do not have the discipline - at the risk of sounding snobby. If customers demanded a feature, modeling software companies would supply those features.
“Ball park” dimensioning is like nails on a chalkboard.
Re: 3D Modelling in a Browser
#75See also: Clara.io [0], Onshape [1], Lagoa (bought a few years ago by Autodesk) [2] I must confess I struggle to see the long-term market for these services - I was working on a startup in the field for a while, and eventually decided it wasn't worth continuing. The only thing these services really offer above desktop equivalents (which Autodesk totally dominate) is the collaboration (like Google Docs for 3D). But do…
How about casual use? I know 3DS Max very well (at least I used to... Hopefully the synapses are still firing) but it's a zillion dollars for a licence and I probably need to use it maybe once a month. I work mainly in Unity and 3D modelling is not my main focus. I would use a 3D package for some light editing and as a glorified file converter. Nobody makes software to do this at a reasonable price so I usually head…
Also free, cross-platform and super powerful. It also has a brand new real time rendering engine called "Eevee" thats really impressive.
Re: 3D Modelling in a Browser
#76Earlier quoted context omitted.
CAD tools generally have pretty good lock in. So that certainly helps with the long term the prospects. I’m not going to convince my team to move over from the tools they use. But the engineering team that makes their jobs irrelevant because they bid by 50% lower through increased efficiency will. Rendering is computationally heavy, so a browser is not ideal. However, offloading simulation, file storage, version hand…
gpu does a favor to this kind of rendering?
Re: 3D Modelling in a Browser
#77Earlier quoted context omitted.
WebGL2 is not around the corner. Apple has indirectly made it clear they will never be shipping WebGL2. WebGPU is "around the corner". Apple/Mozilla/Google/Microsoft are all working on it. Google and Mozilla will ship it. Apple and Microsoft remain to be seen.
https://caniuse.com/#search=webgl2 It's supported in safari, currently gated behind a setting though.
Apple added a flag. They didn't add an implementation. There is zero code in WebKit to support WebGL2. All there is is a stub that returns a WebGL1 context when WebGL2 is asked for. Feel free to dig through the WebKit code. You'll see there is no WebGL2 code, all the functions are actually missing and no code has been added in > 3yrs. Try running the tests. (https://www.khronos.org/registry/webgl/sdk/tests/webgl-confo...), click off "all" then search for "conformance2", check the box and run. You'll see almost nothing passes.
Re: 3D Modelling in a Browser
#78Earlier quoted context omitted.
> Everything is done by “eye” in the visualization industry. Im not sure if we tried the same version of blender... Its pretty easy and even intuitive to enter numerical values for dimension, rotation etc.
Yes, I noted that in my post that you can specify numerical values when placing primitives. But there is no full fledged dimensioning like in engineering CAD. As someone said, designing in 3D modeling software feels like drawing with crayons compared to the precision of engineering CAD. Rhino 3D is kind of ok as a nurbs modeler and has some dimensioning stuff.