Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am a beginner who recently started using Three.js.
three.js/examples at master · mrdoob/three.js · GitHub
I want to copy a sample HTML file in a file and run it on my github, but it doesn't work. I would like to move the webxr_vr_ (abbreviated) .html described in the Three.js documentation as an example of how to create VR content.
I'm also copying the main .css.
What should I do?

What I have tried:

We are currently trying to web_vr_paint it.

<script async src="https://unpkg.com/es-module-shims@1.3.6/dist/es-module-shims.js"></script>

		<script type="importmap">
			{
				"imports": {
					"three": "../build/three.module.js",
					"three/addons/": "./jsm/"
				}
			}
		</script>


I don't understand what this means.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900