View SU files via Web browser
-
@adamb said:
You could use LightUp to export them to the LightUp WebPlayer.
See an example here: http://www.light-up.co.uk/index.php?t=webplay
Thanks for the link......this may be a very good alternative to what I want. I think the product info is a little light (no pun intended). If I understand what I was just looking, I can export my SKP files as .luca files and then show them on a web page on my laptop.
Therefore, I can build the web page any way I like and then click on a link on my web page and display the .luca version of the file in your viewer in an IFrame.
I would not anticipate using any of the features of your software other than the export to .luca format.
However, this does present an interesting question that was discussed in another thread. I would like to be able to highlight/zero in on a specific piece of equipment within my model. Any way of accomplishing something like that with LightUp?
-
I have downloaded the trial version of LightUp. Now I have some very basic questions that I could not understand from the documentation.
I want to take an existing model, not apply any special lighting at this point, and then save/export the model as a .luca file so I can view it in my browser (IE 11) to test how this would work for our show/convention. I can not figure out how to save the model as a .luca file!!!
I did finally figure out that I could export as a 3D .dae file but that cannot be played in the LightUp Player I downloaded.
I think there is a possibility for other things but I need a cleaner starting point.
-
Can I share the file?
-
-
I meant can u share file.
-
http://www.light-up.co.uk/index.php?t=story%26amp;p=120
Here the export for Luca.
-
@rich o brien said:
http://www.light-up.co.uk/index.php?t=story&p=120
Here the export for Luca.
Thanks for the link to the tutorial. However, I never see the LightUp Player menu.
So far, I am having ZERO luck in accomplishing anything. I installed the tool, opened a model and just want to export it to the .luca format. The only export I ever see is the standard SU Export.
I am really feeling silly. This should not be this hard I would not think.
Rich, I still do not know what file you want me to share
-
Thought I would post an update on my research relative to this topic:
There are some good products out there such as C3LEVER, Spread3D, Sketchfab and several others. However, they require me to have an internet connection. They require me to upload my models to their site and then view via the internet. I cannot always depend on an internet connection (especially at a show/conference or even at a customer side). I need to be able to view via the browser on my local machine.
In some threads, I have seen products like Hypercosim (and others) mentioned but when I tried to go their web site I get "page not found" or (in the specific case of Hypercosim they say they are no longer supporting or making their viewer available).
I have tried Light-Up and think it is good product for the right situation. I am not interesting in the lighting features (which look very good). I just want to be able to view my model in a browser environment. I also need for it to work on a touch screen with no keyboard intervention. I did get it to work but, as I have discussed with AdamB, I am not confident it is going to get me where I ultimately want to go.
I also found 3DBOP which is built on the CubicVR JavaScript. All of the online demos look like it would do exactly what I want to do. I downloaded their example zip file but have not had any success getting it to work. All I get is a blank page. I have tried various things like modifying the path name to my .dae files, changing a couple of styles, and even added some document.write statements in the JavaScript to see where it stops running (I do not get any type of error messages - just a blank page). I found some online references to CubicVR where others had a similar problem. When I tried the things other people reported, I still get the blank page.
One positive result was that I could see that I am not the only one who has the desire to view 3D models via my browser on a local machine without the internet connection.
If anyone has any additional suggestions or knows how to resolve the CubicVR issue, I would certainly be open to your suggestions. I have written some JavaScript in the past but do not consider myself a real coder in any sense.
If it helps, my environment is Win 8.1 with IE 11.096..............
-
@ntxdave said:
I have tried various things like modifying the path name to my .dae files, ...
If it helps, my environment is Win 8.1 with IE 11.096..............You may need to prefix with
file://
orfile://localhost/
-
@dan rathbun said:
@ntxdave said:
I have tried various things like modifying the path name to my .dae files, ...
If it helps, my environment is Win 8.1 with IE 11.096..............You may need to prefix with
file://
orfile://localhost/
Thanks for the reply.........
Here are the statements that reference the file name and location (this is the way the sample code that I downloaded was coded and the .dae file was located in a subdirectory of where I put the downloaded code)
// Specifier le chemin du fichier collada | specify path for collada file var scene = CubicVR.loadCollada("Sketchup/solaire.dae","Sketchup"); var objectBounds = scene.getSceneObject("Sketchup").getAABB();
I tried several variations of your suggestion including the file:// and the full path name on the hard drive to the file. Still nothing but a blank page.
It should be noted that I am not running server software but this is the only page that has failed to display. The page does come up but it is blank.
BTW: There is also a css style coded as canvas{
background: #fff url('voie-lactee.jpg') center no-repeat !important;
}
which does not display either. If I change canvas to body, the image background is displayed.Again, any feedback that anyone can give me is greatly appreciated.
Advertisement