﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3ANicks%2FGsoc2010%2FProposal</id>
	<title>利用者:Nicks/Gsoc2010/Proposal - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3ANicks%2FGsoc2010%2FProposal"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Nicks/Gsoc2010/Proposal&amp;action=history"/>
	<updated>2026-08-02T04:17:00Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Nicks/Gsoc2010/Proposal&amp;diff=97269&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Nicks/Gsoc2010/Proposal&amp;diff=97269&amp;oldid=prev"/>
		<updated>2018-06-28T19:37:07Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 19:37時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Nicks/Gsoc2010/Proposal&amp;diff=97268&amp;oldid=prev</id>
		<title>wiki&gt;Nicks: Created page with '== GSoC 2010 proposal for Recast&amp;Detour integration ==  === Name ===  Nick Samarin  === Email ===  nicks1987@bigmir.net  === Synopsis  ===  Recast&amp;Detour is open-source solution …'</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Nicks/Gsoc2010/Proposal&amp;diff=97268&amp;oldid=prev"/>
		<updated>2010-05-03T08:30:25Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;== GSoC 2010 proposal for Recast&amp;amp;Detour integration ==  === Name ===  Nick Samarin  === Email ===  nicks1987@bigmir.net  === Synopsis  ===  Recast&amp;amp;Detour is open-source solution …&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== GSoC 2010 proposal for Recast&amp;amp;Detour integration ==&lt;br /&gt;
&lt;br /&gt;
=== Name ===&lt;br /&gt;
&lt;br /&gt;
Nick Samarin&lt;br /&gt;
&lt;br /&gt;
=== Email ===&lt;br /&gt;
&lt;br /&gt;
nicks1987@bigmir.net&lt;br /&gt;
&lt;br /&gt;
=== Synopsis  ===&lt;br /&gt;
&lt;br /&gt;
Recast&amp;amp;Detour is open-source solution for pathfinding in modern computer games (http://code.google.com/p/recastnavigation/). Recast library is a toolset for constructing navigation meshes from raw level geometry. Detour library  processes pathfinding queries based on navigation meshes.The goal of the project is to integrate this solution in blender.&lt;br /&gt;
&lt;br /&gt;
=== Benefits to Blender  ===&lt;br /&gt;
&lt;br /&gt;
This project will benefit for game developers who prototype game using Blender Game Engine or use Blender as level editor. It enables:&lt;br /&gt;
* automatic  creation navigation meshes at every study of constructing level geomtry without any export routine. So artists or game designers can easily build navmeshes, tweak parameters to check whether level geometry allows to travel freely across scene.&lt;br /&gt;
* edit navigation meshes to achieve required covering of scene, resolving problem areas after automatic navmesh generation. It allows using blender as navmesh editor.&lt;br /&gt;
* using Detour library as pathfinder in Blender Game Engine (executing  collision and pathfinding queries)&lt;br /&gt;
* using basic steering behaviours for agents in Blender Game Engine&lt;br /&gt;
* using pathfinding for creating large-scale crowd animation scenes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Deliverables  ===&lt;br /&gt;
&lt;br /&gt;
* Tool for automatic creation, editing and export  navigation meshes.&lt;br /&gt;
* Component for Blender Game Engine for executing pathfinding and collision queries, support of steering behaviours&lt;br /&gt;
* Example AI using the pathfinding and steering to navigate from a start point to a goal location&lt;br /&gt;
* Documentation and tutorials.&lt;br /&gt;
&lt;br /&gt;
=== Project Details  ===&lt;br /&gt;
&lt;br /&gt;
Project consists of two parts:&lt;br /&gt;
&lt;br /&gt;
First (part A), integration of Detour library into Blender Game Engine to enable process following queries:&lt;br /&gt;
* pathfinding queries (find shortes path between start and goal node)&lt;br /&gt;
* collision queries (raycast between two points, find distance to nearest wall)&lt;br /&gt;
&lt;br /&gt;
Important part of navigation for intelligent agent is path following, i.e. advancement along calculated path. It can be executed as one of steering behaviours - the driving force motivating the agent movement. Also steering provides following basic behaviors: Seek, Flee, Arrive, Obstacle Avoidance, Wall Avoidance.&lt;br /&gt;
&lt;br /&gt;
Second (part B), integration of Recast library (navigation mesh constructing toolset for games) means creating a tool with follows functions:&lt;br /&gt;
* set parameters for navigation mesh generation process&lt;br /&gt;
* automatically generate navigation mesh&lt;br /&gt;
* import and export navigation mesh&lt;br /&gt;
* represents navigation mesh as standart mesh structure to provide the ability to edit navmesh (create, delete and modify triangles of navigation mesh)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Project Schedule  ===&lt;br /&gt;
&lt;br /&gt;
:April, 26 - May, 24 : learning blender codebase&lt;br /&gt;
:May, 24 - July, 1 : Basic Detour integration in Blender(working on part A)&lt;br /&gt;
:July, 1  -  July, 12 : Creating documentation, tutorial and demo(working on part A)&lt;br /&gt;
:July, 20 - August, 9 : Recast integration (working on part B)&lt;br /&gt;
:August,9 - August, 15 : final testing, code scrubbing , finishing of writing documentations.&lt;br /&gt;
&lt;br /&gt;
=== Bio  ===&lt;br /&gt;
I'm 22 years old. I'm a Master student of &amp;quot;Insitute of Applied System Analysis&amp;quot; in National Technical University of Ukraine 'Kyiv Polytechnic Institute'. I've a strong knowledge of mathematics and C++ and 3 years experience as programmer in game industry. I worked for creation RPG game and addons for Torque Game engines. My primary interest in game development is AI, and specifically  pathfinding. For 6 month I took part in contributing  to the AI Sandbox (AI project from AiGameDev.com under mentoring of Alex J. Champandard). The several of my task have deal with pathfinding system. Now I'm finishing my master thesis, which also is devoted to pathfinding. I'm a big fan of Mikko Mononen's Recast&amp;amp;Detour Project and I think it would be great to integrate it in blender. Unfortunately, I don't  familirized with Blender very well. My experience is limitted by modeling some trivial models and export it to Torque engine. But I think I have enough skills to look into Blender codebase and successfuly implement this project.&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>wiki&gt;Nicks</name></author>
		
	</entry>
</feed>