» 您尚未登录:请 登录 | 注册 | 标签 | 帮助 | 小黑屋 |


 60 1234
发新话题
打印

[新闻] B3D踢爆系列:上古卷轴4两版本惊人的差距。

XO : 1024*600+ 2 AA
PS3:1280*720
引用:
it's 2xAA (logic, 1024x600 framebuffer is a choice for use 2xAA without tiling like PGR3 and other...), they are no distinction outdoors/indoors, maybe dynamic AA
[ 本帖最后由 村上春樹 于 2007-11-12 13:03 编辑 ]


TOP

引用:
原帖由 狂风007 于 2007-11-12 12:51 发表


你也就只感在这个软饭乐园蹦一下

看见你就知道中国某些人素质低到令人发指
偶素质是不高啊,要不然怎么没看出PES08神机版LAG是“纯属谣言”呢,估计专业八级的人也看不出来,仅限四级不过关的人群看看



TOP

360和PS3版用的同一个引擎Gamebryo,请教LZ怎么个“独立开发”法

http://www.emergent.net/index.ph ... es/clients-oblivion

Gamebryo: The Engine

The Elder Scrolls IV: Oblivion from Bethesda SoftworksThe Gamebryo engine is both powerful and flexible enough to suit the needs of any type of game – just look at the range of major games that use it: Sid Meier’s Pirates!, Civilization IV, Dark Age of Camelot, andThe Elder Scrolls IV: Oblivion to name a few. (Click here to see more.) Gamebryo runs on every major platform and is already in use for Xbox 360 and PLAYSTATION 3 titles. It boasts outstanding, reliable performance, and includes all the rendering, animation, and special effects features needed to create any game.

The Gamebryo run-time engine is a well-architected C++ API that includes multiple culling and sorting techniques reduce CPU usage by drawing only visible objects.

Rendering

Gamebryo’s robust rendering tools ensure that when developers pull together game assets, the result is totally polished. Here are a few of the features that make it happen:

    * Completely customizable rendering pipeline features the ability to specify techniques and data on a per-object basis.
    * Customizable pipeline is directly integrated with art tools – allowing artists to view results immediately.
    * Pixel and vertex shaders are fully supported. Shaders can be written in assembly, Cg, or HLSL.
    * Default rendering path that supports a wide range of texture effects such as
          o dark maps
          o decals
          o projected lights and shadows
          o bump maps
          o spherical and cubic environment maps
    * Animated textures for effects such as fog, fire, smoke and explosions
    * Rendered textures that can be used for advanced effects such as television screens, dynamic shadows and mirrors.
    * Support for multiple geometric primitives including lines, particles, triangles, triangle strips and a variety of screen-space primitives.
    * Full range of simple rendering effects including transparency and fogging.
    * Pixel & vertex shader examples to demonstrate effects like normal mapping, hardware vertex tweening, shader maps, toon shading and parallax mapping.
    * High Dynamic Range (HDR) texture and buffer formats, along with other advanced texture formats. See video at right to see Gamebryo’s HDR texture and buffer formats in action.
    * Full-screen pixel shader effects that are easily applied—blurring, light “blooming,” night vision, and edge detection. View the videos at right for examples.

Motion

Projected ShadowsGamebryo features full support for almost all animation methods and parameters produced from 3ds max and Maya, including

    * hierarchical, spline-based interpolations
    * translation and rotation keyframes using linear, Bezier and TCB interpolations
    * quaternion-based rotations
    * cycle control for clamping, looping and reversing sequences.

Gamebryo exporters support the spline-based animation compression system used by the Gamebryo animation system. Artists can control the level of animation compression for entire characters or on a per-bone basis to balance run-time memory usage and visual fidelity.
Other motion features include:

    * A powerful animation sequence manager that makes it possible to share animation data among different characters in the game, use multiple independent animation sequences on a single character, and transition and layer the animations on the fly.
    * Particle systems . Virtually any particle effect in 3ds max and Maya is supported, including animated emitters and deflectors, forces like gravity and drag, and mesh- or volume-based emitters.
    * Skinned characters , in either hardware or software.
    * Support for vertex morphing, light and material color animation, texture coordinate animation, and just about any other animatable value.

Run-time performance optimizations and features

    * Batching of primitives. Expensive set-up time for primitives can be minimized by grouping together primitives that share the same rendering attributes (such as texture, lighting, etc.).
    * Selective update. Non-moving scene elements don't require updating as frequently as those scene elements that move, lowering per-frame update time and increasing frame rate.
    * Portal-based visibility. Portal systems trivially reject certain “rooms” from rendering from a particular vantage point.
    * Level of detail, including LODs for skinned characters to reduce bone and vertex count.
    * Aggressive memory management. Includes an override-able small object allocator to reduce fragmentation and memory usage.
    * Animation compression.
    * Multithread architecture. Includes task managers to support CPU-intensive tasks running in the background.
    * Fast load times. Support for background loading allows smooth loading of files during gameplay with no apparent load times.

Platform-specific optimizations

Gamebryo has been carefully optimized for each platform and incorporates special features designed specifically to enhance the target platform development experience.

Wii

    * Extensive rendering capabilities and integrations with key graphics tools, such as Max and Maya
    * Scene Designer layout tool that allows drag and drop placement of objects, lights, and cameras
    * An animation tool for mixing and matching animations and transitions
    * Built-in libraries (collision detection, portal system and application framework)

Xbox 360

    * VMX128 optimized matrix math routines.
    * Multithreaded operations
    * Memory management optimization
    * Task manager framework for easily harnessing the power of the multiple processors on Xbox 360.
    * Automatic generation of vertex and pixel shaders consistent with the Gamebryo multitexture pipeline.

PLAYSTATION 3

    * Memory management optimization
    * Cross-platform parallel task creation & issuing framework
    * Automatic generation of vertex and pixel shaders
    * In-console asset previews

PlayStation 2

    * Geometry compression with fast VU1 decompression.
    * VU1 hardware skinning.
    * Support for 4-bit palettized textures to maximize VRAM usage.

Xbox

    * Geometry compression.
    * SSE optimized math routines.
    * Pluggable memory framework for textures and vertex buffers.


TOP

引用:
原帖由 爱你一棒陲 于 2007-11-12 13:04 发表
偶素质是不高啊,要不然怎么没看出PES08神机版LAG是“纯属谣言”呢,估计专业八级的人也看不出来,仅限四级不过关的人群看看
說的也是。想想兩三周前狂風007嚷著「我明天就會入手pes 2008」,想要狂抽國外媒體造謠的口氣與行徑,我還
記憶猶新呢。這麼猖狂的自信,最後縮了。

TOP

天师满塞

TOP

独立开发当然是开发组在基本完成XO版本开发任务后,逐步转移到PS3版本的开发工作上来,游戏中部分贴图材质都是修改过的,比XO版本明显更精细。所谓独立开发是区别于以往跨平台游戏以XO为主要开发平台,往PS3平台移植的方式。

TOP

正在爽PC汉化版的走过~~~

TOP

引用:
原帖由 zhangjingy 于 2007-11-12 13:58 发表
独立开发当然是开发组在基本完成XO版本开发任务后,逐步转移到PS3版本的开发工作上来,游戏中部分贴图材质都是修改过的,比XO版本明显更精细。所谓独立开发是区别于以往跨平台游戏以XO为主要开发平台,往PS3平台移植 ...
哦。那个,材质修改过了。。怪不得不清晰了。。

TOP

塞钱了?

TOP

这种表演帖真是欢乐到无与伦比……

TOP

感谢SQ天天带给偶们欢乐,让偶们这些FSF的生活更加多姿多彩啊

TOP

原帖由 zhangjingy  于 2007-8-23 12:51 发表
XO有1080p游戏?也只有脑瘫者相信了。
原帖由 zhangjingy  于 2007-8-23 18:08 发表
XO有1080p游戏,只不过多数不是原生的而已(SF2我相信是原生的)。

TOP

这帖子挖出来娱乐周末吗

TOP

神机与天师又一次赢了

TOP

怎么被挖了。。

TOP

 60 1234
发新话题
     
官方公众号及微博