代码搜索:Texture
找到约 4,874 项符合「Texture」的源代码
代码结果 4,874
www.eeworm.com/read/383153/2621421
cpp texture.cpp
// ***************************************************************************
//
// Generated automatically by genwrapper.
// Please DO NOT EDIT this file!
//
// *********************************
www.eeworm.com/read/383153/2621823
h texture.h
#ifndef IVE_TEXTURE
#define IVE_TEXTURE 1
#include
#include "ReadWrite.h"
namespace ive{
class Texture : public osg::Texture, public ReadWrite {
public:
void write(DataOutputStream* o
www.eeworm.com/read/383153/2621903
cpp texture.cpp
/**********************************************************************
*
* FILE: Texture.cpp
*
* DESCRIPTION: Read/Write osg::Texture in binary format to disk.
*
* CREATE
www.eeworm.com/read/383153/2622266
cpp texture.cpp
#include
#include
#include
#include
#include
#include
using namespace osg;
using namespace osgDB;
// forward
www.eeworm.com/read/381485/2644801
java texture.java
/*
* Copyright (C) 2007 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy
www.eeworm.com/read/369426/2798537
java texture.java
package com.brackeen.javagamebook.graphics3D.texture;
import java.awt.Graphics2D;
import java.awt.image.*;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
/**
www.eeworm.com/read/369426/2798723
java texture.java
package com.brackeen.javagamebook.graphics3D.texture;
import java.awt.Graphics2D;
import java.awt.image.*;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
/**
www.eeworm.com/read/369426/2798835
java texture.java
package com.brackeen.javagamebook.graphics3D.texture;
import java.awt.Graphics2D;
import java.awt.image.*;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
/**
www.eeworm.com/read/369426/2798961
java texture.java
package com.brackeen.javagamebook.graphics3D.texture;
import java.awt.Graphics2D;
import java.awt.image.*;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
/**
www.eeworm.com/read/369426/2799020
java texture.java
package com.brackeen.javagamebook.graphics3D.texture;
import java.awt.Graphics2D;
import java.awt.image.*;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
/**