﻿<?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=Dev%3A2.8%2FSource%2FOpenGL%2FVertex_Attributes</id>
	<title>Dev:2.8/Source/OpenGL/Vertex Attributes - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3A2.8%2FSource%2FOpenGL%2FVertex_Attributes"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.8/Source/OpenGL/Vertex_Attributes&amp;action=history"/>
	<updated>2026-07-23T12:25:22Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:2.8/Source/OpenGL/Vertex_Attributes&amp;diff=150355&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.8/Source/OpenGL/Vertex_Attributes&amp;diff=150355&amp;oldid=prev"/>
		<updated>2018-06-28T21:15:12Z</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日 (木) 21:15時点における版&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=Dev:2.8/Source/OpenGL/Vertex_Attributes&amp;diff=150354&amp;oldid=prev</id>
		<title>wiki&gt;Brecht: /* Overview */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.8/Source/OpenGL/Vertex_Attributes&amp;diff=150354&amp;oldid=prev"/>
		<updated>2015-12-11T19:29:57Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Overview&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= OpenGL Refactoring: Derivedmesh and Vertex Attributes =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
GLSL shaders require attributes like normals, colors, texture coordinates, tangents. For GLSL draw mode there is already code for shaders to request certain attributes, but this system will become more generic so that all shaders used for drawing meshes can do this. See the [[../Shaders#Design_Proposal|shader design proposal]].&lt;br /&gt;
&lt;br /&gt;
The DerivedMesh and mesh drawing system in general should be simplified and made more flexible to support new draw modes in the future. Currently we have various functions for drawing edges faces, but they could be unified if vertex attribute requests are used everywhere (and a bunch of other changes are done as well). Ideally the derivedmesh drawing code shouldn't be much aware of the shading, and mainly be responsible for creating vertex buffers.&lt;br /&gt;
&lt;br /&gt;
Fixed function vertex attributes like normals, colors and texture coordinates are deprecated, and should be replaced by generic vertex attributes.&lt;br /&gt;
&lt;br /&gt;
== Design ==&lt;br /&gt;
&lt;br /&gt;
TBD&lt;/div&gt;</summary>
		<author><name>wiki&gt;Brecht</name></author>
		
	</entry>
</feed>