At the Moment, i'm creating my Project Website. This will contain videos, pictures and (planned) a 3D Model Viewer.
My question now: How to create such a Model Viewer for gbx, 3ds or obj files? i' not used to flash or javascript - so a noob friendly solution would be fine
the problem still exists.. osakit isn't what i'm looking for.. i know unity can create webapps like a modelviewer - but i've no clue how unity works ^_^"
you can pre-render previews in gamestudio (simple do rotations and that stuff and store it into a picture) and then load this pictures on your website
another option would be creating a gamestudio application which allows you to render the models in realtime and send the image via http to the client (cool feature, but really much work)
Once you upload a model there (can be fully textured, materials show, lights, show, etc) then you can embed the code on your website to show the model there, rotate it, etc. Here is a quick (and poor) example I threw together showing this: