Skip to content

Commit 228a1ed

Browse files
committed
readme
1 parent 668a7be commit 228a1ed

File tree

1 file changed

+18
-22
lines changed

1 file changed

+18
-22
lines changed

README.md

+18-22
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,43 @@
1-
# Examples for Cocos3D
1+
# Examples for Cocos Creator 3D
22

33
## demo01
44

5-
1. scenes/helmet: PBR material, skybox
6-
2. scenes/jellyfish: Animation, transparent material, simple prefab instantiation
7-
3. scenes/knight: Animation, light
8-
4. scenes/physics: Physics
9-
5. scenes/sponza: Rendering, particle system, light
10-
6. scenes/winter: Particle system, emitter editing
5+
1. scenes/helmet: PBR material showcase, skybox
6+
2. scenes/jellyfish: animation, transparent material, simple prefab instantiation
7+
3. scenes/knight: animation, light
8+
5. scenes/sponza: multiple render target, particle system, lights
9+
6. scenes/winter: particle system, emitter editing
1110

1211
## demo02
1312

14-
1. scenes/anim: Animation
15-
2. scenes/audio: Audio
16-
3. scenes/head
17-
4. scenes/pbr: PBR rendering test
18-
5. scenes/phong: Phong lighting
19-
6. scenes/shadows: Shadow test
13+
1. scenes/ambient: ambient lighting
14+
2. scenes/audio: audio system baseline test
15+
3. scenes/collision-detection: simple collision detection
16+
4. scenes/custom-effect: custom shader
17+
5. scenes/pbr: PBR baseline test (tbc.)
18+
6. scenes/physics: rigidbody physics simulation
19+
7. scenes/shadows: planar shadow demo
2020

2121
## simple-fps
2222

23-
A really simple and lame fps shooting game demo
23+
A really simple and lame FPS shooting game demo
2424

2525
## Contribution
2626

2727
For future contributer and maintainers, please apply to the same rigorous examination and documentation style as we have established so far.
2828

2929
It is the only way for us to reach far.
3030

31+
If some bug is forcing you to do some hacking, workaround, or any kind of strange logic that is not immediately comprehensible, be sure to add clear explanation comments at obvious places nearby.
32+
3133
Every 'unpleasant surprise' encountered along the road is a big deal:
3234

3335
Either something is not working, or some designed feature is far less intuitive than what the designer thought it would.
3436

3537
So make sure to do all the followings:
3638

3739
* try to classify the problem: is it editor-related or engine-originated? Which module(s) were involved?
38-
* file an [issue](https://www.github.com/cocos-creator/3d-tasks/issues) to the relevant team
39-
* If it is a bug, clearly [document](#Documents) it in code(usually near your temporary workaround) with the issue number.
40+
* file an [issue](https://www.github.com/cocos-creator/engine/issues) to the relevant team
41+
* If it is a bug, clearly document it in code (usually near your temporary workaround) with the issue number.
4042
* If it is a feature(or lack of one) and looks/feels strange/awkward no matter how you design the relevant system, make sure to write it down in the issue ticket with detailed explaination on your design decisions and why the engine API is not a good fit.
4143
* Remove all the workaround or temporary designs once the bug is fixed or new feature is introduced.
42-
43-
## Documents
44-
45-
If you are making new **assumptions or conventions**, or something is known not to work perfectly as expected(**known caveats**), make sure to add them here in this README.
46-
47-
If some bug is forcing you to do some hacking, workaround, or any kind of strange logic that is not immediately comprehensible, be sure to add clear explanation comments at obvious places nearby.

0 commit comments

Comments
 (0)