-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I reload/update/change .obj model? #72
Comments
Hi @Jedi19871109 you can definitely create 3D text with awe.js. Here's a link to the wiki page. https://github.com/awe-media/awe.js/wiki/text-example See the note at the top about typefaces and the comment in the code inline that says "REQUIRED - currently must be .js not .json". If you wanted to create a counter the simplest way is to add all the objects at once and then change the visibility as the number changes. e.g.
Obviously this example will run through them all very quickly but should give you the idea. Just use this approach in your timer based code. |
Hi Robman! I tried it again and now its working ^^, I made a syntax error because i forgot to add some parameters o-o foraxample rotation and position even if i add poi_id ^^'... i know its a basic level and a beginner error. So thank you again, you really helped me lots ^^ old post below: Thank you for your supporting . |
Hi Awe.js masters!
I have a bit problem.
Because I can't fint a solution how can i made a 3D text in Awe.js, I made a numbers from 0 to 9 in Blender what i export it as an obj files.
It works properly and apper it in the browser. I set the obj and mtl path from a variables, wich is loaded perfectly :
But if I change a "counter" plus one bigger, the model wont change from 1 to 2.
So how can i Reload/Update/Change the object?
Thanks for your support, and sorry because of my bad english.
Best regards,
Jedi19871109
The text was updated successfully, but these errors were encountered: