A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: 3D models in your broswer? (Solidworks and Three.js)?

  1. #1
    Senior Member whispers's Avatar
    Join Date
    Mar 2001
    Location
    CFA2h (respect the HEX)
    Posts
    12,756

    3D models in your broswer? (Solidworks and Three.js)?

    (I Posted this same question in the css/javascript forum, but might be better suited here?)

    I have practically ZERO 3D experience...

    That being said, I have seen others use (I believe)

    Three.js and/or Three.js and Angular.js to display 3D models that can be interacted with (limited).

    Does anyone have any Three.js experience? Tips/Tricks to pass on?

    I believe the models originated from Solidworks.. what is the best option/format to export to, to be used in this Angular/Three.js platform?

    I have READ about JSON.. but also about exporting to .OBJ as well? (not sure if either is possible with Solidworks?)

    Any suggestions, discussion, tips/tricks/... links/tuts is appreciated. Gerbs??

    thanks gang!

  2. #2
    Client Software Programmer AS3.0's Avatar
    Join Date
    Apr 2011
    Posts
    1,404
    never heard of a broswer hope someone can help

  3. #3
    Senior Member
    Join Date
    Aug 2012
    Posts
    115
    is browser

  4. #4
    Senior Member realMakc's Avatar
    Join Date
    Oct 2002
    Posts
    927
    half a year later @whispers probably knows everything he needed to know and can hand out tips himself.

    but, in case anyone else needs to know, obj is pretty ok when it's small. for larger models, json is also larger than obj but at the same time it is decoded natively by JSON.parse and so no costly string manipulations...

    for tuts, you normally end up there after good google query, but if you have none to paste into google, start at http://threejs.org/examples
    who is this? a word of friendly advice: FFS stop using AS2

  5. #5
    Client Software Programmer AS3.0's Avatar
    Join Date
    Apr 2011
    Posts
    1,404
    im posting some 3d .fla models here with previews if you want to do it in swf: https://rpguy.weebly.com/

  6. #6
    . fruitbeard's Avatar
    Join Date
    Oct 2011
    Posts
    1,780
    You should keep all your posts I one area , make your own section.

  7. #7
    Client Software Programmer AS3.0's Avatar
    Join Date
    Apr 2011
    Posts
    1,404
    Hey whispers I am thinking about doing a 2 minute in-depth tutorial on drawing a 3d model in flash as3 since I am migrating my standard definition rotationX 3d methods to a new way which is going to be high definition that now uses moveTo, lineTo, beginFill, clear, cos, sin to draw the 3d, do you think you could give it a watch if I make the video?
    Last edited by AS3.0; 06-24-2020 at 05:36 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center