|
|||||||
![]() |
|
|
Thread Tools |
|
||||
|
I found this website that did real 3d in javascript - no flash or java applets.
Original javascript http://www.uselesspickles.com/triangles/demo.html Example export from Blender, QWEAD - keys allow user rotation http://members.optusnet.com.au/cjbarton/3d.html The Script! http://members.optusnet.com.au/cjbarton/blender2js.py It writes out the active mesh with colored materials Again this isnt my code, it just writes its own content inside somebody elses javascript/html
............................................
BPython Cookbook * How to get features into Blender * Code Metrics Hire Me ideasman42<at>gmail.com Last edited by ideasman42; 18-Jul-07 at 16:31. |
||||
|
#1
|
||||
|
|
|
||||
|
Hey! Thanks for the heads_up! Very nice indeed.
............................................
the ~ox{ www.singingfalls.com |
||||
|
#2
|
|
||||
|
Great work as usual in porting this script.
m.a |
||||
|
#3
|
|
|||
|
Wow. I think this is a good aproach for using more 3D in Websites (hey, we are all 3D nerds).
But - with your demo i have 100% utilzation. Is this normal or is there just something wrong with my computer? (Info: have to admit that java3D also have this high utilzation - strange)
............................................
The tooth fairy teaches children that they can sell body parts for money. - David Richerby |
|||
|
#4
|
|
||||
|
it's nice, but terribly slow on my computer(ubuntu pentium m 2.2ghz), probably cause it's javascript...
|
||||
|
#5
|
|
|||
|
Well, I just installed the JS-Script and exported my Model, but anytime if i want to watch at it in my browser, my browser crashes and i've never seen my model yet.
Well If you could help me, here's the URI : http://www.szlotti.at/graphic/gingerbreadman.html thx & regards |
|||
|
#6
|
|
||||
|
what browser are you using? does this work?
http://members.optusnet.com.au/cjbarton/3d.html If that works then try export a low poly model for testing.
............................................
BPython Cookbook * How to get features into Blender * Code Metrics Hire Me ideasman42<at>gmail.com |
||||
|
#7
|
|
|||
|
This is an awesome script! I don't really mind not being able to see my textures, it's just neat seeing my real time 3d on the web!
![]() Keep up the great work!
|
|||
|
#8
|
|
||||
|
FTR, it works great on mozilla, not so hot on IE7. Extremely cool tho.
............................................
My last finished Project: Child's Head |
||||
|
#9
|
|
||||
|
Quote:
http://members.optusnet.com.au/cjbarton/3d.html You can barely see the results. It is on IE7 at least. |
||||
|
#10
|
|
||||
|
reeeel noice!
............................................
"When I see the heavens[...] work of your hands[...]: what is man, that Thou art mindful of him?" - Psalm 8 "The real voyage of discovery is not seeking new lands but in seeing with new eyes" - Proust Cub's Image Portfolio |
||||
|
#11
|
|
|||
|
how about Suzanne's mesh
............................................
Nawabz@UK |
|||
|
#12
|
|
||||
tricky! ![]() ![]()
|
||||
|
#13
|
|
||||
|
hi ideasman,
i like your HTML-exporter - i like this idea, because I like to test all possibilities of open systems like Blender. Java-script seems to be too slow for this job, but it doesn't matter for me. Python "Short Code Contest": Theme: "Blender meets Java-script" |
||||
|
#14
|
|
||||
|
Hi,
really interested about this, i've tested and, that's real, it's slow, even on a good computer. specialized in web-design i looking for a solution to show active media on websites. this project could be the one ! i started to see what we can change to make it faster to read by all browsers...actualy we need texture as well to show good models on the web.. waiting to see...anyway, that a good start !...what about the swf export script ? does it working for the 2.44 ,it should be an alternative ? bye
............................................
Visit: www.blender-pro.com (fr) ![]() Location: Pondichery | Tamil nadu ![]() See: CGPortfolio
|
||||
|
#15
|
|
||||
|
from the page where you found the js-code:
Quote:
It's just a proof of concept, but if it could be exported to XML or something and a SWF could have read the data and done the same manipulation (with the triangular shapes), I think it would have worked even better. Anyway, a nice piece of code. /JMD |
||||
|
#16
|
|
||||
|
Quote:
|
||||
|
#17
|
|
|||
|
Cool thing. Unfortunately very slow on my PC, still very cool.
![]() Makes me wonder if a Flash-Exporter would be possible.... |
|||
|
#18
|
|
||||
|
flash exporter would be possible, either by having a script in flash that does the matrix math for a 3d view or by converting the mesh to vector for each frame.
The first way is the only way to get interactive 3d from flash. Another possibility is to render off enough angles that you can interactivly spin the model and have an image for fach veiw angle, enough that yo7 dont notice the difference between view angle changes.... all 3 are possible and have been done... some good java applets for viewing 3d exist also.
............................................
BPython Cookbook * How to get features into Blender * Code Metrics Hire Me ideasman42<at>gmail.com |
||||
|
#19
|
|
||||
|
Way to go, Ideasman! Thank you!
............................................
Alexandre Rangel Multimedia Designer http://www.3dzine.org |
||||
|
#20
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|