Create new Three.js object based on user form input
up vote
-1
down vote
favorite
I apologize for the extremely general question and I would like to preface this by saying that I'm not looking for anyone to "answer" my question, per se. I'm familiar with SO and I know that I'll get in trouble for not being specific. That said, I would like to ask the question anyway and see if I can at least be put on the right track. My problem, briefly:
I've created an interactive globe using Three.js. I've hardcoded various markers on the face of the globe that represent different projects and milestones my company has completed. I want to create a back-end application (really just a password protected page) that allows my co-workers to add new markers to the map with basic information including coordinates, title of project and a description. When they hit submit, a new sprite object is created in the correct location on the map and with the correct descriptive information (title, description, etc).
I'm sure that if I sat with this for a month I could figure it out on my own and with much Google but I thought I'd at least posit it here, since it's fairly ambitious. Has anyone done anything similar? Should I be using PHP for this or is there an easy way to export HTML form info to JS?
Any help would be greatly admired and appreciated.
javascript php forms three.js user-data
add a comment |
up vote
-1
down vote
favorite
I apologize for the extremely general question and I would like to preface this by saying that I'm not looking for anyone to "answer" my question, per se. I'm familiar with SO and I know that I'll get in trouble for not being specific. That said, I would like to ask the question anyway and see if I can at least be put on the right track. My problem, briefly:
I've created an interactive globe using Three.js. I've hardcoded various markers on the face of the globe that represent different projects and milestones my company has completed. I want to create a back-end application (really just a password protected page) that allows my co-workers to add new markers to the map with basic information including coordinates, title of project and a description. When they hit submit, a new sprite object is created in the correct location on the map and with the correct descriptive information (title, description, etc).
I'm sure that if I sat with this for a month I could figure it out on my own and with much Google but I thought I'd at least posit it here, since it's fairly ambitious. Has anyone done anything similar? Should I be using PHP for this or is there an easy way to export HTML form info to JS?
Any help would be greatly admired and appreciated.
javascript php forms three.js user-data
2
I recommend you post this question in the Three.js discourse forum instead: discourse.threejs.org They've got a more open-ended, suggestion-friendly format over there. Like you said, StackOverflow isn't very well-suited for asking for suggestions.
– Marquizzo
Nov 19 at 19:22
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I apologize for the extremely general question and I would like to preface this by saying that I'm not looking for anyone to "answer" my question, per se. I'm familiar with SO and I know that I'll get in trouble for not being specific. That said, I would like to ask the question anyway and see if I can at least be put on the right track. My problem, briefly:
I've created an interactive globe using Three.js. I've hardcoded various markers on the face of the globe that represent different projects and milestones my company has completed. I want to create a back-end application (really just a password protected page) that allows my co-workers to add new markers to the map with basic information including coordinates, title of project and a description. When they hit submit, a new sprite object is created in the correct location on the map and with the correct descriptive information (title, description, etc).
I'm sure that if I sat with this for a month I could figure it out on my own and with much Google but I thought I'd at least posit it here, since it's fairly ambitious. Has anyone done anything similar? Should I be using PHP for this or is there an easy way to export HTML form info to JS?
Any help would be greatly admired and appreciated.
javascript php forms three.js user-data
I apologize for the extremely general question and I would like to preface this by saying that I'm not looking for anyone to "answer" my question, per se. I'm familiar with SO and I know that I'll get in trouble for not being specific. That said, I would like to ask the question anyway and see if I can at least be put on the right track. My problem, briefly:
I've created an interactive globe using Three.js. I've hardcoded various markers on the face of the globe that represent different projects and milestones my company has completed. I want to create a back-end application (really just a password protected page) that allows my co-workers to add new markers to the map with basic information including coordinates, title of project and a description. When they hit submit, a new sprite object is created in the correct location on the map and with the correct descriptive information (title, description, etc).
I'm sure that if I sat with this for a month I could figure it out on my own and with much Google but I thought I'd at least posit it here, since it's fairly ambitious. Has anyone done anything similar? Should I be using PHP for this or is there an easy way to export HTML form info to JS?
Any help would be greatly admired and appreciated.
javascript php forms three.js user-data
javascript php forms three.js user-data
asked Nov 19 at 18:58
pfbarnet
194
194
2
I recommend you post this question in the Three.js discourse forum instead: discourse.threejs.org They've got a more open-ended, suggestion-friendly format over there. Like you said, StackOverflow isn't very well-suited for asking for suggestions.
– Marquizzo
Nov 19 at 19:22
add a comment |
2
I recommend you post this question in the Three.js discourse forum instead: discourse.threejs.org They've got a more open-ended, suggestion-friendly format over there. Like you said, StackOverflow isn't very well-suited for asking for suggestions.
– Marquizzo
Nov 19 at 19:22
2
2
I recommend you post this question in the Three.js discourse forum instead: discourse.threejs.org They've got a more open-ended, suggestion-friendly format over there. Like you said, StackOverflow isn't very well-suited for asking for suggestions.
– Marquizzo
Nov 19 at 19:22
I recommend you post this question in the Three.js discourse forum instead: discourse.threejs.org They've got a more open-ended, suggestion-friendly format over there. Like you said, StackOverflow isn't very well-suited for asking for suggestions.
– Marquizzo
Nov 19 at 19:22
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53380999%2fcreate-new-three-js-object-based-on-user-form-input%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
I recommend you post this question in the Three.js discourse forum instead: discourse.threejs.org They've got a more open-ended, suggestion-friendly format over there. Like you said, StackOverflow isn't very well-suited for asking for suggestions.
– Marquizzo
Nov 19 at 19:22