You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
948 B
48 lines
948 B
2 years ago
|
---
|
||
|
name: Bug report
|
||
|
about: Report a reproducible bug or regression.
|
||
|
title: ''
|
||
|
labels: ''
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
<!-- Ignoring this template may result in your bug report getting deleted -->
|
||
|
|
||
|
**Describe the bug**
|
||
|
|
||
|
A clear and concise description of what the bug is. Before submitting, please remove unnecessary sections.
|
||
|
|
||
|
**To Reproduce**
|
||
|
|
||
|
Steps to reproduce the behavior:
|
||
|
1. Go to '...'
|
||
|
2. Click on '....'
|
||
|
3. See error
|
||
|
|
||
|
***Code***
|
||
|
|
||
|
```js
|
||
|
// code goes here
|
||
|
```
|
||
|
|
||
|
***Live example***
|
||
|
|
||
|
* [jsfiddle-latest-release](https://jsfiddle.net/g3atw6k5/)
|
||
|
* [jsfiddle-dev](https://jsfiddle.net/eL7gqyhd/)
|
||
|
|
||
|
**Expected behavior**
|
||
|
|
||
|
A clear and concise description of what you expected to happen.
|
||
|
|
||
|
**Screenshots**
|
||
|
|
||
|
If applicable, add screenshots to help explain your problem (drag and drop the image).
|
||
|
|
||
|
**Platform:**
|
||
|
|
||
|
- Device: [Desktop, Mobile]
|
||
|
- OS: [Windows, MacOS, Linux, Android, iOS]
|
||
|
- Browser: [Chrome, Firefox, Safari, Edge]
|
||
|
- Three.js version: [dev, r???]
|