Intro Hi I'm weilin!

Weilin Zhao

New Member
  • name: weilin
  • social: github:https://github.com/Weilin1992
  • From: Rutgers
  • Skill: C++, java, opengl, unity3d, ue4, computer graphic
  • interest: behavior tree, gpu based occlusion queries
I've been watching Terasology for a year! Last year I was also interested in behavior tree task but since it was the most popular task and due to some personal reasons ,finally I didn't make an proposal. This year it seems there is still some work to do to improve the AI system and in the past year I make a lot of preparations !

1.I implement a Event based behavior Tree planner in Unity3d. Here is an introduction :https://github.com/Weilin1992/Event-Based-Behavior-Tree-Planner. Watch the video and read document if you are interested! Maybe I can implement the same thing for Terasology!

2.I also interested in gpu based occlusion queries. I used occlusion culling in Unity3d to reduce drawcall. If I'm not mistaken,the basic idea is don't render the objects that is hidden by other objects. For example, the car behind a building should not be rendered since the player can't see the car. I have basic knowledge of computer graphics and implement a software rasterizer renderer several months before https://github.com/Weilin1992/Soft3D. Hope I can work on this task !
 

Cervator

Org Co-Founder & Project Lead
Contributor
Design
Logistics
SpecOps
Hey there nice to meet you on IRC a little earlier! :)

More work for the behavior trees would be awesome! Rendering could also need more helpers but poor @manu3d is getting swamped with students already :D
 
Top