#Totally Newb with enthusiastic project

4 messages · Page 1 of 1 (latest)

calm wharf
#

Hey there,

As a person with almost 0 HTML skills but a project in mind and the heart to try, I'm trying to build something for testing purposes: A scenario that would interact with Twitch events.

I do have a prebuilt scenario on Blender, but I don't know how would I place it on an HTML file.

Last but not least, on this scenario, I'd like to be able to pull an animation at the double door, so that the trigger would make it open for "X" seconds, then close it afterwards.

If I can make that animation work when I click the mouse, that would already be a huge achievement. Later on I'll try my best to make it work with the Twitch bot, so I can assign him as the animation trigger. (Am I on the right explanation here? Let me know)

calm wharf
#

Bumping this help request

upper lily
#

I can tell you're a total noob based both on you saying you are and the kinds of questions you're asking, so you should probably start here:
https://threejs.org/docs/index.html#manual/en/introduction/Creating-a-scene
https://threejs.org/docs/index.html#manual/en/introduction/Useful-links

WebGL interacts with HTML via the <canvas> element. I'd read up at those links I sent you. I don't know much about Twitch bots, but I don't see any reason why what you're trying to do couldn't be made to work, though it might be well beyond your current skill level to implement.

calm wharf
#

Thanks, I'll take a look into that