in Education by
Apparently, Microsoft has not yet made WebGL work in Internet Explorer by default. Plus, Opera have it only in their latest builds. So, what is the most compatible way of getting an interactive 3D scene inside a browser? The scene is not going to be very dynamic, therefore a 2D Canvas renderer that could work in 3D Space would work. Newest Flash is a solution also, but I haven't worked with ActionScript that much, and have no idea whether the Flash 3D support is as good as WebGL's one. Maybe, I should simply forget about compatibility and build the app. for Chrome/Firefox/Opera? P.S. The project is something like an interactive advertisment selling. JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
You already mentioned Flash, and Flash is a very good/viable option. You also have Java available to you, Java applets can also be a very good source of 3D scenes/graphics. Microsoft's Silverlight also has a some limited 3D capabilities, if you're only looking for a scene, it's a nice choice, if you want to start getting more advanced, the difficulty curve goes up quickly. As mentioned in comments under my answer, you do have XNA/Direct3D support in Silverlight 5; though, you might have to jump some hoops to get it to run on an older machine/certain graphics cards. (It's only enabled by default in Service Pack 1 of Windows 7, and in the new Windows 8 builds). Lastly, if it's just an object or two, or something really simple, there's numerous jQuery (and other AJAX/JavaScript) frameworks out there that can help you. Again, the difficultly curve as you try to do more and more increases rapidly. Here's a Silverlight 3D Framework that wraps most of the more complicated Silverlight calls: SilverMotion Another...interesting pure JavaScript way: 3D Rendering in JavaScript

Related questions

0 votes
    Have been needing to write some code that recognises (and captures) when there's incoming/outgoing smb ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 8, 2022 in Education by JackTerrance
0 votes
    Write code in HTML to divide the browser window into 3 horizontal sections and display college name in the top most frame. Select the correct answer from above options...
asked Dec 22, 2021 in Education by JackTerrance
0 votes
    Which of the following framework is compatible with slidify? (a) io2015 (b) io2012 (c) d3 (d) all ... questions and answers pdf, Data Science interview questions for beginners...
asked Oct 28, 2021 in Education by JackTerrance
0 votes
    Which of the following framework is compatible with slidify? (a) io2015 (b) io2012 (c) d3 (d) all of the mentioned...
asked Oct 7, 2021 in Technology by JackTerrance
0 votes
    Is HTML5 backward compatible with old browsers? A - true B - false...
asked Dec 1, 2020 in Technology by JackTerrance
0 votes
    A method of modelling and describing user tasks for an interactive application is referred to as: (a) ... , Database Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    More specifically, I want to be able to support lambda: , but I want to keep the code clear and to a concise. I have ... .set_spam('Ouch')) def set_spam(self, spam): if len(spam)...
asked Feb 26, 2022 in Education by JackTerrance
0 votes
    More specifically, I want to be able to support lambda: , but I want to keep the code clear and to a concise. I have ... .set_spam('Ouch')) def set_spam(self, spam): if len(spam)...
asked Feb 24, 2022 in Education by JackTerrance
0 votes
    I have three 3D mesh matrices (X, Y, Z) corresponding to the xyz coordinate space. I also have a ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 19, 2022 in Education by JackTerrance
0 votes
    How do I generate 3 Gaussian variables? I know that the Box-Muller algorithm can be used to convert ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 7, 2022 in Education by JackTerrance
0 votes
    I need to load 3DsMax generated animation in DirectX.File type(.X or any..) is doesn't matters. ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 26, 2022 in Education by JackTerrance
0 votes
    _________ display contours of a 3d surface in 2d. (a) aes_contour (b) geom_contour (c) aes_gem (d) ... Analysis of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    What is the difference between 1D, 2D and 3D convolutions in CNN? Please explain with examples. Select the correct answer from above options...
asked Jan 24, 2022 in Education by JackTerrance
...