Boss asked me to create a spinnable image in a website, but. .

  • Thread starter Thread starter deltapapazulu
  • Start date Start date
  • Tags Tags
    Image
AI Thread Summary
A user with basic programming knowledge is exploring options to create an interactive webpage featuring a 3D model of an underground communication wire system, initially created in Sketchup. The request from their boss involves making the model rotatable for better visualization by the design team. While considering libraries like three.js for implementation, the user later discovers that Sketchup offers a native solution for embedding rotatable models directly into a webpage. They share a link to their 3D model on 3D Warehouse and a YouTube tutorial on how to upload and rotate a Sketchup model online, highlighting a more straightforward approach than initially anticipated.
deltapapazulu
Messages
84
Reaction score
13
. . . I'm not programmer, although I do have a basic knowledge of programming and have passed one college course in it.

But this could be a foot in the door for me to become useful at something my company might want to expand into in the future.

Here is what I am being asked to do. I created this 3d model for my job in Sketchup, then screencasted rotating it through different angles so that various of our design team could get a good visual of an underground communication wire system that they have to be aware of. My boss asked me kind of off-the-cuff "hey could you put this in a webpage we could visit and manually rotate in all spherical directions?"

Although this particular project was finished in October my boss still wants me to learn how to do this.

In this particular post I am not really asking "how" but rather would like to be pointed in the best direction for creating a user/visitor rotatable object in a website.

NOTE: I am willing and intending to learn a good dose of programming if required.

Here is the youtube video of the MP4 that I will be using.

 
Technology news on Phys.org
This could be done easily using a library like three.js
 
  • Like
Likes deltapapazulu
DavidSnider said:
This could be done easily using a library like three.js

Thank you I will definitely look into it!
 
DavidSnider said:
This could be done easily using a library like three.js

Hello David,

Posting this for posterity. Turns out there is a native very good way to do this in Sketchup. I feel dumb for not looking into this up front.

Here is my rotatable 3d model in 3d Warehouse: click on eyeball button then maximize using full-screen icon at bottom left of model window. Then begin rotating the model.

Rotatable 3d model of underground comm piping


Here is a youtube video of how to upload a 3d Sketchup model into a webpage and rotate it:

 
  • Like
Likes sysprog and DavidSnider
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top