﻿<?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%3ASculptorjim%2FGame_Engine%2FPhysics%2FWorld</id>
	<title>利用者:Sculptorjim/Game Engine/Physics/World - 版の履歴</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%3ASculptorjim%2FGame_Engine%2FPhysics%2FWorld"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Sculptorjim/Game_Engine/Physics/World&amp;action=history"/>
	<updated>2026-05-19T20:25:34Z</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:Sculptorjim/Game_Engine/Physics/World&amp;diff=135251&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:Sculptorjim/Game_Engine/Physics/World&amp;diff=135251&amp;oldid=prev"/>
		<updated>2018-06-28T20:47:50Z</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日 (木) 20:47時点における版&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:Sculptorjim/Game_Engine/Physics/World&amp;diff=135250&amp;oldid=prev</id>
		<title>wiki&gt;Rking: Elaboration /* Options */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Sculptorjim/Game_Engine/Physics/World&amp;diff=135250&amp;oldid=prev"/>
		<updated>2012-03-23T09:18:19Z</updated>

		<summary type="html">&lt;p&gt;Elaboration ‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Options&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= World Properties, Physics Subpanel =&lt;br /&gt;
&lt;br /&gt;
The settings for overall [[Doc:2.6/Manual/Game_Engine|Game Engine]] physics are located in the World Properties under the Physics Subpanel. &lt;br /&gt;
&lt;br /&gt;
Each object will have its own properties, and the details about those can be found on the main [[User:Sculptorjim/Game_Engine/Physics|Physics]] page.&lt;br /&gt;
&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
= Options =&lt;br /&gt;
;{{Literal|Physics Engine}}&lt;br /&gt;
:Set the type of physics engine to use. Before Bullet became the dominant engine, there was another alternative. Now all you can do is leave it on or turn it off by setting the engine to None.&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Gravity}}&lt;br /&gt;
:The gravitational acceleration, in units of Blender Units per squared second (&amp;lt;code&amp;gt;BU/s&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt;&amp;lt;/code&amp;gt;), of this world. Range: 0-10000.&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Physics Steps}}&lt;br /&gt;
:{{Literal|Max}} &lt;br /&gt;
::Sets the maximum number of physics steps per game frame if graphics slow down the game, higher value allows physics to keep up with realtime. Range: 1-5.&lt;br /&gt;
:{{Literal|Substeps}}&lt;br /&gt;
::Sets the number of simulation substeps per physics timestep. Higher value give better physics precision, perhaps at a cost of framerate. You can see an example at the [[User:Sculptorjim/Game_Engine/Physics/Objects/Soft_Body#Hints|Soft Body]] page. If you are concerned about the setting's impact on performance, you can turn on the [[User:Sculptorjim/Game_Engine/Physics#Show_Framerate_and_Profile|profile information]]. Range: 1-5.&lt;br /&gt;
&lt;br /&gt;
;{{Literal|FPS}}&lt;br /&gt;
:Set the nominal number of game frames per second. Physics fixed timestep = 1/fps, independently of actual frame rate. If you set this very low you can see that the physics calculations are done correctly, and that it is only the display updates that are affected. Range: 1-250.&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Logic Steps Max}}&lt;br /&gt;
:Sets the maximum number of logic frame per game frame if graphics slows down the game, higher value allows better synchronization with physics. Range: 1-&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Occlusion Culling}}&lt;br /&gt;
:Use optimized Bullet Dynamic Volume Bounding Tree for View Frustum (only render what the camera sees) and [[User:Sculptorjim/Game_Engine/Physics/Objects/Occluder|Occluder]] culling.&lt;br /&gt;
&lt;br /&gt;
:{{Literal|Resolution}}&lt;br /&gt;
::The size of the occlusion buffer in pixels, use higher value for better precision (slower). Range: 128-1024.&lt;br /&gt;
&lt;br /&gt;
{{Page/Footer|Doc:2.5/Manual/Game Engine/Camera/Dome|Doc:2.5/Manual/Game Engine/Physics/Object Types}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Game engine]]&lt;br /&gt;
[[Category:Physics]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Rking</name></author>
		
	</entry>
</feed>