Custom Query (259 matches)

Filters
 
Columns

Show under each result:


Results (70 - 72 of 259)

Ticket Owner Reporter Resolution Summary
#89 gongminmin gongminmin fixed Refactor flipping in rendering system

Reported by gongminmin, 12 years ago.

description

1. Move the RequiresFlipping?() from FrameBuffer? to RenderEngine?, since it's rendering engine dependent, not per-frame buffer dependent. 2. Add a pre-defined macro KLAYGE_FLIPPING to shader, instead of a variable. 3. Consider flipping in CubeMapViewVector?.

#90 gongminmin gongminmin fixed Effect JIT

Reported by gongminmin, 12 years ago.

description

Add a effect JIT for compiling .fxml to binary format .kfx.

Before 3.6.0, KlayGE has a offline fxml compiler. But it's removed because it's a troublesome and inefficient to compile before running. A JIT can solve the problem while speed up loading.

In the same time, the new .kfx should have the ability to contain many native format for shaders. Including HLSL, HLSL bytecode, GLSL, OpenGL NV binary, OpenGL ATI binary, ESSL, Tegra binary, Z400 binary, PowerVR binary, and so on.

#91 gongminmin gongminmin fixed Scene Player

Reported by gongminmin, 12 years ago.

description

A part of scene editor, that can only play a scene.

Note: See TracQuery for help on using queries.