代码搜索:rendering
找到约 3,212 项符合「rendering」的源代码
代码结果 3,212
www.eeworm.com/read/345593/11806336
pas unit1.pas
{: Demo of the TGLPoints component.
The component is specialized in rendering large numbers of points,
with ability to adjust point style (from fast square point to smooth
round point
www.eeworm.com/read/490825/1195940
js sync.togglebutton.js
/**
* Component rendering peer: ToggleButton
*/
Echo.Sync.ToggleButton = Core.extend(Echo.Sync.Button, {
$load: function() {
Echo.Render.registerPeer("ToggleButton", this);
},
www.eeworm.com/read/490825/1195943
js sync.contentpane.js
/**
* Component rendering peer: ContentPane
*/
Echo.Sync.ContentPane = Core.extend(Echo.Render.ComponentSync, {
$load: function() {
Echo.Render.registerPeer("ContentPane", this);
},
www.eeworm.com/read/331815/3402600
as irenderer.as
package away3d.core.render
{
import away3d.containers.*;
/**
* Interface for renderers capable of rendering a scene to a view
*/
public interface IRenderer
{
www.eeworm.com/read/325535/3482865
tcl vtkmyex1.tcl
#
# This example creates a couple of class instances and print them to
# the standard output. No rendering window is created.
#
#
# Do not forget to add the path to the Wrapping/Tcl directory to your
www.eeworm.com/read/298327/3867886
h largebeamlaserprojectile.h
#ifndef LARGEBEAMLASERPROJECTILE_H
#define LARGEBEAMLASERPROJECTILE_H
#include "WeaponProjectile.h"
#include "Rendering/Textures/TextureAtlas.h"
class CLargeBeamLaserProjectile : public CWeapo
www.eeworm.com/read/294896/3914839
js render.borderpane.js
/**
* Component rendering peer: BorderPane
*/
ExtrasRender.ComponentSync.BorderPane = Core.extend(EchoRender.ComponentSync, {
$load: function() {
EchoRender.registerPeer("ExtrasApp.Bord
www.eeworm.com/read/294896/3914870
js render.windowpane.js
/**
* Component rendering peer: WindowPane
*/
EchoAppRender.WindowPaneSync = Core.extend(EchoRender.ComponentSync, {
$static: {
DEFAULT_TITLE_BACKGROUND: "#abcdef",
DEFAULT_TITL